Enum for Window.mode
.
Slots
- appModalSource
-
static WindowMode appModal
- fromStrSource
-
static WindowMode? fromStr(Str name, Bool checked := true)
Return the WindowMode instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- modelessSource
-
static WindowMode modeless
- sysModalSource
-
static WindowMode sysModal
- valuesSource
-
static WindowMode[] values
List of WindowMode values indexed by ordinal
- windowModalSource
-
static WindowMode windowModal