Class hierarchy Compound list Compound Members
LibGUI Compound Index
Here are the classes, structs and unions with brief descriptions:
- ActionButton (A Button with a text label and an action associated with a press)
- Actionable (Abstract class that is used to activate something on a certain event)
- Aligned (This type holds two Alignment values, one for horizontal (x) and one for vertical (y) alignment)
- BitmapComp (Bitmap component)
- Button (A Button with a text label)
- ButtonMinus (A Button with a - drawn on it)
- ButtonPlus (A Button with a + drawn on it)
- CheckBox (A standard checkbox (Group=NULL) or RadioButton (Group!=NULL))
- CheckBoxGroup (A group for maintaining radio buttons (CheckBox))
- ColorBox (A Button with a color)
- ColorPalette (A Color Palette)
- Component (The base for all GUI components)
- EmptyButton (Generic empty square button)
- ImageButton (A button with an image)
- Integral (Abstract class that implies an integral internal value that can be incremented or decremented)
- Scrollable (This is an abstract type from which are derived implementaions of scrollable types)
- Scrollable1D (This type is used by ScollableND to record scroll information for each of its dimensions)
- ScrollableND (This type maintains an array of Scrollable1Ds)