 guit | |
  GadgetStyle | Styles of a gadget instance |
  GBuilder | Guit Builder |
  GFatalError | Fatal Error exception |
  GChannel | Input channel |
  GControlImpl | GUI Controller |
  GFontBase | Font data base |
  GStyle | Collection of props |
  GStyleBase | Style Base |
  GTheme | Base class for Themes |
  GApp | Application Context (must be created first) |
  GCursor | System or Pseudo Cursor |
  GEvent | GUI Event: base of all events |
  GMouseEvent | Mouse event: event when the mouse is pressed, released, dragged or moved |
  GKeyEvent | Key event: event when a key is pressed/released or when text in entered |
  GTouchEvent | Touch event: event when a finger touches the touchpad |
  GGestureEvent | Gesture event: event when a gesture is recognized |
  GIFile | Creates a file for reading and calls OpenFile() |
  GOFile | Creates a file for writing and calls OpenFile() |
  GClip | Intersection of two rectangles |
  GGraphics | Class for drawing graphics in gagdgets |
  GInspector | Gadget and prop Inspector |
  GObject | Base class of Guit Objects |
  GPrefs | Preferences |
  gptr | Smart pointer that owns a GObject |
  gprotect | Smart pointer that protects a GObject from autodeletion whithout owning it |
  GLoader | Loads Guit code from a file or a string buffer |
  GSocketChannel | A Channel of communication that can be bound with a GVarProp both ways |
  GSocket | Guit Socket; can either be a Server or a Client depending on it is started |
  GTrigger | Specifies when conditional statements are executed |
  GPoint | X/Y Position |
  GDim | Width/Height Dimension |
  GRect | Rectangular area |
  GPoints | Vector of points |
  Gadget | Base class of Graphical Objects |
  GadgetType | Base class of Gadget Types (kind of metaclass) |
  GadgetType_ | GadgetType of a Gadget of class T |
  GMenuBar | Menu bar |
  GToolBar | Tool bar |
  GStatusBar | Status bar |
  GBox | Container gadget |
  GHBox | Horizontal Box (variant of GBox) |
  GPane | Box with a rounded border; see GBox |
  GButtonBox | Box containing buttons (GBox variant) |
  GChartBox | Bar or Pie Chart |
  GChartItem | Items for charts |
  GChoiceBox | Box that enforce mutual exclusion of its children |
  GListBox | List of exclusive items |
  GRadioBox | Group of exclusive radio items |
  GOptionBox | Displays a selector (Button) that opens a menu of options |
  GComboBox | Displays a text field that opens a menu of options |
  GComputedStyle | Computed style of a gadget instance |
  GDialog | Dialog box (specialization of GWindow) |
  GInfoDialog | Dialog for showing a message and/or entering text |
  GQuitDialog | Quit Dialog |
  GFileDialog | Dialog for selecting a file |
  GItem | Base class for labels, state and stateless buttons, menu items, etc |
  GFiller | Transparent flexible item for filling up space; see GItem |
  GMenu | Toplevel gadget displayed on top of other gadgets |
  GPieMenu | Pie menu |
  GScrollBox | Viewport for displaying a subpart of another gadget |
  GRectShape | Rectangle |
  GOvalShape | Circle or Ellipse |
  GArcShape | Arc or Pie |
  GLineShape | Line Shape |
  GFreehandShape | Free hand drawing |
  GSlider | Slider gadget |
  GScrollBar | Scroll bar |
  GStackBox | Box that displays only one of its children at a time |
  GTabBox | Box that displays only one of its children at a time and a tab bar that controls which child is displayed |
  GTable | Table Box |
  GTRow | Table Row |
  GTHead | Table Header |
  GTextItem | Base class of gadgets that can edit text |
  GTextAttr | Text Attribute |
  GTextAttributes | GTextItem attributes (see GTextItem::setAttributes()) |
  GValueItem | Item gadgets with a numerical value |
  GWindow | Window Gadget |
  GAnimStep | Animation Step |
  GAnim | Animation |
  GBool | Boolean prop |
  GBorder | Border and padding of a gadget |
  GChoice | Enforces exclusive selection in a Box |
  GRgba | RGBA Color |
  GColor | Foreground color of a gadget |
  GBackground | Background color of a gadget |
  GCond | Conditional Expression |
  GGuard | Guard for conditional statements |
  GOtherwise | Otherwise guard |
  GExprBool | Boolean argument of a GExpr |
  GExprText | Textual argument of a GExpr |
  GExprNumber | Numeric argument of a GExpr. |
  GExpr | Active Expression |
   NumVectArg | Numerical vector element |
   VectArg | Vector element |
  GBoolExpr | Boolean Expression |
  GTextExpr | Textual Expression |
  GNumExpr | Numeric Expression |
  GFlex | Specifies whether a gadget is flexible |
  GFloat | Float prop |
  GFlow | Specifies whether a box is laid out vertically, horizontally, as a grid, a pie or a stack |
  GFontValue | Value of a GFont |
  GFont | Font Prop |
  GFormatValue | Text Format |
  GFormat | Format Prop |
  GGap | Gap between gadgets |
  GHotkey | Hot key |
  GIcon | Icon prop |
  GInt | Integer prop |
  GMargin | Margins of a gadget |
  GModes | CSS modes |
  GPos | Controls the position and layer of a Gadget |
  GDragPos | Draggable position: Makes the Gadget interactively movable by dragging it |
  GRelativePos | Relative position from another Gadget |
  GProp | Base class of Properties |
  GPropList | List of props |
  GPropType | Base of Prop Types (kind of metaclass) |
  GPropType_ | PropType of a Prop of class T |
  GSize | Controls the actual or preferred size of a Gadget |
  GDragSize | Draggable size: Makes the Gadget interactively resizable by dragging its borders |
  GState | State of a state machine |
  GSuperState | Hierarchical State |
  GStateChart | Statechart |
  GStateTransition | Transition between two States |
  GEnable | Prop that enables/disables a gadget |
  GShow | Prop that shows/hides a gadget |
  GCheck | Prop that selects/deselects a gadget (button, item, etc.) Adding this prop makes the gadget selectable |
  GText | Text prop |
  GRegText | Constrained Text |
  GTip | Tool Tip |
  GTextData | Auxiliary textual data |
  GTimer | Timer object |
  GValue | CSS Value |
  GItems | CSS Items of a GBox |
  GVarProp | Base class of variable Props |
  GVarProp_ | Superclass of a Mutable Prop class (template for implementing them) |
  GPropRef | Prop reference: allows referencing a GVarProp in an Active Expression |
  GPropField | Prop field reference: allows referencing a field of a GVarProp in an Active or Binding Expression |
 GNatServerSocket | TCP/IP IPv4 server socket |
 GNatSocket | TCP/IP or UDP/Datagram IPv4 socket |
 GNatSocketBuffer | Preserves record boundaries when exchanging messages between connected TCP/IP sockets |