Sha256: eac8d23c77eafe11a6788f8fb6b747c432262f65e591f9fe2e359a8928533ff2
Contents?: true
Size: 921 Bytes
Versions: 10
Compression:
Stored size: 921 Bytes
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: # 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! # 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
10 entries across 10 versions & 1 rubygems