| Button |
Simple button widget with graphics and interaction entirely managed by the
renderer, not using the native widget.
|
| Form |
Panel that contains a number of user interface widgets that are layed out
in a two-dimensional grid.
|
| Location |
A point that does not use absolute coordinates, but is instead relative to
the canvas borders.
|
| SelectBox |
Simple select box widget with graphics and interaction entirely managed by
the renderer, not using the native widget.
|
| TextField |
Simple text field widget with graphics and interaction entirely managed by
the renderer, not using the native widget.
|
| TextLabel |
Simple text label that is drawn at the specified coordinates.
|
| Widget |
Base class for all subsystems that emulate user interface widgets
(buttons, select boxes, text fields, etc.).
|
| WidgetStyle |
Describes the style with which a user interface widget should be displayed.
|