User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - GUI - Layout


Application layout widgets.

Widgets used to contruct the frame work for GUI interfaces.

Normal classes:

 WindowC Window handle.
 CursorC Cursor handle
 PixmapC Pixmap
 ToolTipsC Tool tip set handle.
 PackInfoC Packing info widget.
 LabelC Label
 LBoxC Layout box
 ScrolledAreaC ScrolledArea handle.
 FixedWidgetC Fixed layout widget.
 FrameC Put a frame around some other widgets.
 TableC Table.
 SeparatorC Vertical or horizontal separator.
 BitmapC Bitmap.
 NotebookC Notebook
 VLabelC Vertical Label.
 PanedC Base class for all widgets with exactly one child.

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.
Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 10:00:52 2002