Class Summary |
Button |
Button is a push button control.
|
Calendar |
The Calendar class is a mimic of the palms Calendar. |
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. |
JustifiedContainer |
used to make a bit easy to place controls in a container. |
Keyboard |
a popup keyboard to be used with the edit class. guich@102 |
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.
|
MessageBox |
this class implements a scrollable message box window with customized buttons, delayed unpop and scroll text.
|
PenEvent |
PenEvent is a pen down, up, move or drag event.
|
PushButtonGroup |
group of pushbuttons in just one control. created by guich from the original
WExtras class Pushbutton of Stefan Kellner. |
Radio |
Radio is a radio control.
|
Tab |
Tab controls appear as tabs in a TabBar control. |
TabBar |
TabBar is a bar of tabs.
|
TabPanel |
TabPanel 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. |