Ancestor of all gui widgets.
- Command Input:
v
- Command Output:
v
- Command Description:
- Make the widget visible.
- Command Input:
v
- Command Output:
v
- Command Description:
- Make the widget invisible.
- Command Input:
v
- Command Output:
b(ShownFlag)
- Command Description:
- Return true if widget is currently shown.
- Command Input:
v
- Command Output:
v
- Command Description:
- Enable the widget for user interaction.
- Command Input:
v
- Command Output:
v
- Command Description:
- Disable the widget.
- Command Input:
v
- Command Output:
b(EnabledFlag)
- Command Description:
- Return true if widget is currently enabled.
- Command Input:
s(Command)
- Command Output:
v
- Command Description:
- Set command to be executed as the widget's action.
- Command Input:
v
- Command Output:
s(Command)
- Command Description:
- Get command to be executed as the widget's action.
- Command Input:
s(ShowCommand)
- Command Output:
v
- Command Description:
- Set command to be executed when widget is shown.
- Command Input:
v
- Command Output:
s(ShowCommand)
- Command Description:
- Get command to be executed when widget is shown.
- Command Input:
s(HideCommand)
- Command Output:
v
- Command Description:
- Set command to be executed when widget is hidden.
- Command Input:
v
- Command Output:
s(HideCommand)
- Command Description:
- Get command to be executed when widget is hidden.
- Command Input:
s(FrameCommand)
- Command Output:
v
- Command Description:
- Set command to be executed per frame while widget is visible.
- Command Input:
v
- Command Output:
s(FrameCommand)
- Command Description:
- Get command to be executed per frame while widget is visible.
- Command Input:
s
- Command Output:
v
- Command Description:
- Set optional command to be executed on button down.
- Command Input:
v
- Command Output:
s
- Command Description:
- Get optional command to be executed on button down.
- Command Input:
f(x0), f(x1), f(y0), f(y1)
- Command Output:
v
- Command Description:
- Set screen space rectangle.
- Command Input:
v
- Command Output:
f(x0), f(x1), f(y0), f(y1)
- Command Description:
- Get screen space rectangle.
- Command Input:
s(TooltipString)
- Command Output:
v
- Command Description:
- Set an optional tooltip string.
- Command Input:
v
- Command Output:
s(TooltipString)
- Command Description:
- Get tooltip string.
- Command Input:
b(BlinkingState), f(TimeOut)
- Command Output:
v
- Command Description:
- Set blinking state of widget (only implemented by some widget classes). If blinking is turned on, it will turn off automatically after TimeOut time has elapsed. Set TimeOut to 0 for infinite blinking.
- Command Input:
f(BlinkRate)
- Command Output:
v
- Command Description:
- Sets the number of seconds for a complete blink cycle (on & off once). Only implemented by some widget classes.
- Command Input:
v
- Command Output:
b(BlinkingState)
- Command Description:
- Get blinking state of widget (only implemented by some widget classes).
- Command Input:
s(DefaultBrushName)
- Command Output:
v
- Command Description:
- Set default brush name.
- Command Input:
v
- Command Output:
s(DefaultBrushName)
- Command Description:
- Get default brush name.
- Command Input:
s(PressedBrushName)
- Command Output:
v
- Command Description:
- Set pressed brush name.
- Command Input:
v
- Command Output:
s(PressedBrushName)
- Command Description:
- Get pressed brush name.
- Command Input:
s(HighlightBrushName)
- Command Output:
v
- Command Description:
- Set pressed brush name.
- Command Input:
v
- Command Output:
s(HighlightBrushName)
- Command Description:
- Get highlight brush name.
- Command Input:
s(DisabledBrushName)
- Command Output:
v
- Command Description:
- Set brush for rendering in disabled state.
- Command Input:
v
- Command Output:
s(DisabledBrushName)
- Command Description:
- Get disabled brush name.
- Command Input:
v
- Command Output:
b(Focus)
- Command Description:
- Return true if widget has focus.