GuiResult class sealed
GuiResult
Gui control result
- Implementers
Constructors
- GuiResult.custom(int value)
-
Returns the custom GuiResult for the given native
value.factory - GuiResult.fromValue(int value)
-
Returns the GuiResult for the given native
value.factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator <(
GuiResult other) → bool -
operator <=(
GuiResult other) → bool -
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator >(
GuiResult other) → bool -
operator >=(
GuiResult other) → bool
Constants
- RESULT_CHANGED → const _GuiResultConst
-
RESULT_CHANGED - RESULT_NONE → const _GuiResultConst
-
RESULT_NONE - RESULT_PRESSED → const _GuiResultConst
-
RESULT_PRESSED - RESULT_TAB_CLOSE → const _GuiResultConst
-
RESULT_TAB_CLOSE