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