
Slots
- check
-
static ButtonMode check
- fromStr
-
static ButtonMode fromStr(Str name, Bool checked := true)
Return the ButtonMode instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- push
-
static ButtonMode push
- radio
-
static ButtonMode radio
- sep
-
static ButtonMode sep
- toggle
-
static ButtonMode toggle
- values
-
static ButtonMode[] values
List of ButtonMode values indexed by ordinal