Difference between revisions of "GUI Themes/Specs"

Jump to navigation Jump to search
187 bytes added ,  00:57, 24 March 2006
Added .align property
(kThumbnailWidth constant was added)
(Added .align property)
Line 29: Line 29:
* kBigSliderWidth
* kBigSliderWidth
* kBigSliderHeight
* kBigSliderHeight
* kTextAlignLeft
* kTextAlignCenter
* kTextAlignRight


These correspond to constants defined in gui/widget.h file. There is no restriction on constants names.
These correspond to constants defined in gui/widget.h file. There is no restriction on constants names.
Line 76: Line 79:


* .visible -- if set to 0, then widget is not drawn
* .visible -- if set to 0, then widget is not drawn
* .align -- for text widgets defines text alignment (kTextAlignLeft, kTextAlignRight or kTextAlignCenter). Default is kTextAlignLeft


=== Special variables ===
=== Special variables ===

Navigation menu