| ▼Nsgl | |
| CGArc | This graphical object subclass represents an elliptical arc |
| CGBrowserPane | A GBrowserPane is a graphical interactor that displays a web page |
| CGButton | This interactor subclass represents an onscreen button |
| CGCanvas | A GCanvas is a graphical drawing surface on which you can draw shapes, lines, and colors, as well as setting the RGB color values of individual pixels |
| CGCheckBox | This interactor subclass represents an onscreen check box |
| CGChooser | This interactor subclass represents a selectable drop-down list |
| CGClipboard | Static methods you can use to get and set the contents of the system clipboard |
| CGColor | This class provides static methods for dealing with colors |
| CGColorChooser | Static methods for popping up color-choosing dialog boxes that allow the user to select a color |
| CGCompound | This graphical object subclass consists of a collection of other graphical objects |
| CGContainer | A GContainer is a logical grouping for interactors |
| CGDimension | This struct contains real-valued width and height fields |
| CGDownloader | A GDownloader can download files and data over an internet connection |
| CGDrawingSurface | GDrawingSurface is an abstract superclass for types that allow drawing shapes and pixels onto themselves as a pixel background layer |
| CGEvent | A GEvent represents a user action that has occurred on a graphical interactor |
| CGFileChooser | Static methods for popping up file-choosing dialog boxes that allow the user to select a file |
| CGFont | This class contains static methods for dealing with fonts in our GUI system |
| CGFontChooser | Static methods for popping up font-choosing dialog boxes that allow the user to select a font family, size, and style |
| CGImage | This graphical object subclass represents an image from a file |
| CGInteractor | This abstract class is the superclass for all graphical interactors |
| CGLabel | A GLabel represents a text string |
| CGLine | This graphical object subclass represents a line segment |
| CGObject | This class is the common superclass of all graphical objects that can be displayed on a graphical window |
| CGObservable | A GObservable object is one that is able to send out events |
| CGOptionPane | This class provides static methods that pop up graphical input/output dialog boxes on the screen |
| CGOval | This graphical object subclass represents an oval inscribed in a rectangular box |
| CGPoint | This struct contains real-valued x and y fields |
| CGPolygon | This graphical object subclass represents a polygon bounded by line segments |
| CGRadioButton | This interactor subclass represents an onscreen radio button |
| CGRect | A GRect is a graphical object whose appearance consists of a rectangular box |
| CGRectangle | This struct contains real-valued x, y, width, and height fields |
| CGRoundRect | A GRoundRect represents a graphical object whose appearance consists of a rectangular box with rounded corners |
| CGScrollBar | A GScrollBar represents a horizontal or vertical scroll bar that can be dragged by the user |
| CGScrollPane | A GScrollPane is a container that wraps another interactor with scroll bars |
| CGSlider | This interactor subclass represents an onscreen slider |
| CGSound | This class encapsulates a sound file |
| CGSpacer | A GSpacer is just an empty blob of space that helps you pad layouts |
| CGTable | A GTable represents a graphical editable 2D table, like a mediocre facsimile of an Excel spreadsheet |
| CGTableIndex | This is a small structure representing a row and column in a table |
| CGText | This graphical object subclass represents a text string |
| CGTextArea | A GTextArea is a multi-line editable text box |
| CGTextField | This interactor subclass represents a text field for entering short text strings |
| CGThread | Utility class containing static methods that allow you to run code on various system threads |
| CGTimer | This class implements a simple interval timer that generates a GTimerEvent with a specified frequency |
| CGWindow | This class represents a graphics window that supports simple graphics |