1,554
edits
(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 === |