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