II. GUI Basics
Chapter 10. Widgets Attributes
Selected
Method signature
setSelected = "
[bool]"
[bool] If set than the contol is highlighted to indicate its selected state. Used in conjunction with items and sticky buttons.
Se also
Sticky and
Set Group
Examples
In this example we will be using a button widget
.. setSelected="true"
Back
Next