Sha256: 429d6796ded0bf8055a70f1c61a9989f9fd655bfc0fc1d9f53422957e14e1d18
Contents?: true
Size: 750 Bytes
Versions: 5
Compression:
Stored size: 750 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 # 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 # cursor! # foreground # geometry do # centred! # x 1 # y 1 # xn 11 # yn 11 # height 10 # width 10 # end # style # zindex end
Version data entries
5 entries across 5 versions & 1 rubygems