Application layout widgets.
Widgets used to contruct the frame work for
GUI interfaces.
Normal classes:
Normal functions:
operator +(DListC,const WidgetC &) | Add a widget into a widget list. |
Label(const char *,const char *) | Create a text label. |
VBox(const DListC &,int,bool,IntT) | Layout widgets in a vertical box. |
VBox(const WidgetC &,int,bool,IntT) | Layout widgets in a vertical box. |
HBox(const DListC &,int,bool,IntT) | Layout horzontal in a vertical box. |
HBox(const WidgetC &,int,bool,IntT) | Layout horzontal in a vertical box. |
Box(const WidgetC &,int,bool,IntT) | Put a boarder around a widget. |
Box(const DListC &,int,bool,IntT) | Put a boarder around a list of widgets. |
Separator(bool) | Create a separator. |
VSeparator(void) | Create a vertical separator. |
HSeparator(void) | Create a horizontal separator. |
VLabel(const char *,const char *) | Create a text label. |
|