Difference between revisions of "GUI Themes/Specs"

Jump to navigation Jump to search
132 bytes added ,  13:38, 7 March 2006
Describe true, false and .visible
(Clarify use of parens with variable definition)
(Describe true, false and .visible)
Line 28: Line 28:
* kBigSliderWidth
* kBigSliderWidth
* kBigSliderHeight
* kBigSliderHeight
* false = 0
* true = 1


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 67: Line 69:


   chooser_list.x
   chooser_list.x
Also there are following additional widget properties:
* .visible -- if set to 0, then widget is not drawn


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

Navigation menu