The SimpleCxxLib package


#include "ginteractors.h"

This file exports a hierarchy of graphical interactors similar to those provided in the Java Swing libraries. The GInteractor hierarchy looks like this:

GInteractorHierarchy
GObject GInteractor GButton GCheckBox GChooser GSlider GTextField
Classes
GButton This interactor subclass represents an onscreen button.
GCheckBox This interactor subclass represents an onscreen check box.
GChooser This interactor subclass represents a selectable list.
GInteractor This abstract class is the superclass for all graphical interactors.
GSlider This interactor subclass represents an onscreen slider.
GTextField This interactor subclass represents a text field for entering short text strings.