Sha256: ff2c71d9d097c21d15611c714f15791f749503da5af78cd840633e50793081c6
Contents?: true
Size: 1.02 KB
Versions: 33
Compression:
Stored size: 1.02 KB
Contents
Vedeu.interface '<%= object.name %>' do # border do # Define colour and style of border # colour foreground: '#ffffff', background: '#000000' # style 'normal' # Define visibility of border # # Uncomment one of these: # enable! # disable! # # Individually control each border: # hide_bottom! # hide_left! # hide_right! # hide_top! # show_bottom! # show_left! # show_right! # show_top! # Define characters used to draw border # bottom_right '+' # bottom_left '+' # horizontal '-' # top_right '+' # top_left '+' # vertical '|' # Define the title of the interface # title '<%= object.name %>' # end # background # colour # cursor! # See Vedeu::DSL::Interface#delay # delay 1.0 # focus! # foreground # geometry do # centred! # x 1 # y 1 # xn 11 # yn 11 # height 10 # width 10 # end # group '' # hide! # show! # style # zindex end
Version data entries
33 entries across 33 versions & 2 rubygems