Slots
- checkSource
-
static ButtonMode check := ButtonMode.make(0, "check")
- fromStrSource
-
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.
- pushSource
-
static ButtonMode push := ButtonMode.make(1, "push")
- radioSource
-
static ButtonMode radio := ButtonMode.make(2, "radio")
- sepSource
-
static ButtonMode sep := ButtonMode.make(4, "sep")
- toggleSource
-
static ButtonMode toggle := ButtonMode.make(3, "toggle")
- valuesSource
-
static ButtonMode[] values := ...
List of ButtonMode values indexed by ordinal