Class Summary |
Button |
Button is a push button control. |
Check |
Check is a check control. |
Container |
Container is a control that contains child controls. |
Control |
Control is the base class for user-interface objects. |
ControlEvent |
ControlEvent is an event posted by a control. |
Edit |
Edit is a text entry control. |
Event |
Event is the base class for all events. |
KeyEvent |
KeyEvent is a key press event. |
Label |
Label is a text label control. |
MainWindow |
MainWindow is the main window of a UI based application. |
PenEvent |
PenEvent is a pen down, up, move or drag event. |
Radio |
Radio is a radio control. |
Tab |
Tab controls appear as tabs in a TabBar control. |
TabBar |
TabBar is a bar of tabs. |
Timer |
Timer represents a control's timer. |
Welcome |
Welcome is the welcome application. |
Window |
Window is a "floating" top-level window. |