Sha256: 18656bd9ca6d5183568cda3cffac722db39f00fd2f0521d025be193491f448b9
Contents?: true
Size: 1.09 KB
Versions: 37
Compression:
Stored size: 1.09 KB
Contents
SCREEN AUTO AUTO 1.0 LABEL "Drag the tlm screen border to change its" LABEL "size to see the effect of SPACER widgets" # NOTE: The "vPack" flag must be set to false for the VERTICALBOX, # or the vertical spacers will not be respected because a "stretch" # will be added at the bottom of the widget. VERTICALBOX "" 3 false HORIZONTALBOX SPACER 100 0 FIXED PREFERRED LABEL "<- H Fixed | H Expanding ->" SPACER 100 0 EXPANDING PREFERRED LABEL "<- H Expanding" END SETTING BORDERCOLOR red LABEL "V Fixed below" SPACER 0 100 PREFERRED FIXED Label "V Fixed above" HORIZONTALBOX LABEL "H Expanding ->" SPACER 100 0 EXPANDING PREFERRED LABEL "<- H Expanding" END SETTING BORDERCOLOR blue LABEL "V Expanding below" SPACER 0 100 PREFERRED EXPANDING LABEL "V Expanding above" HORIZONTALBOX SPACER 100 0 EXPANDING PREFERRED LABEL "<- H Expanding | H Fixed ->" SPACER 100 0 FIXED PREFERRED LABEL "<- H Fixed | H Expanding ->" SPACER 100 0 EXPANDING PREFERRED END SETTING BORDERCOLOR green END SETTING BORDERCOLOR black
Version data entries
37 entries across 37 versions & 1 rubygems