Table 1 (Liana Classes)

abort               Standard dialog box for aborting a print job
about               Standard dialog box that displays information about the
                     application
apply_button        Standard Apply push button control
array               Dynamic array
basemain            The class from which main is derived
bezier              Manages a graphics object whose image is a Bzier curve
bitmap              A rectangular matrix of pixels, each of which has a color
brush               Defines how to fill an area or the background of a window
cancel_button       Standard Cancel push button control
centertext          A static text control in which the text is centered
checkbox            A two state toggle control
circle              Manages a graphics object whose image is a circle
clipboard           Provides access to the Windows clipboard
colormenu           A standard Color menu for selecting from the standard
                     eight colors
combobox            A combo box control which allows the user to type a choice
                     or select from a list
control             A child window superclass for controls such as push
                     buttons and radio buttons
cursor              A bitmap which moves around on the screen as the mouse is
                     moved
debugger            Reserved for future use by the interactive symbolic
                     debugger
defpushbutton       A push button control which will automatically be
                     selectedwhen the user presses the Enter key
dialog              An empty dialog box
dir                 Allows the application to access the list of files in a
                     directory
dirlistbox          A specialized listbox control which displays the
                     directories in a directory
displaylist         Manages a sequence of graphics objects
drawmenu            A standard Draw menu of types of graphics objects to be
                     drawn
dropcombobox        A combo box control with a drop-down list box
editmenu            A standard Edit menu for the editing operations
editnumber          A data entry control that accepts only numbers
edittext            A data entry control that accepts arbitrary text
editwindow          A resizable window in which the user can enter and edit
                     text
ellipse             Manages a graphics object whose image is an ellipse
endgroupbox         Used to indicate the end of a group box
figure              The foundation on which graphics object classes are built
file                Provides access to a file
fileeditwindow      A simple text file editor suitable for use in an MDI
                     window
filelistbox         A specialized listbox control which displays the files in
                     a directory
filemenu            A standard File menu
filewindow          A resizable, scrollable window which displays the contents
                     of a file
fixedarray          Internal subset of the array class
font                Manages the attributes for drawing text, including font
                     family, typeface name, size, bold, italic, color, etc
freehand            Manages a graphics object whose image is a freehand sketch
globals             Used to iterate over the names and values of all global
                     variables
groupbox            A labeled box that encloses a collection of other controls
helpmenu            A standard Help menu, including the About menu item which
                     brings up the About dialog box
hotlink             Manages a hotlink DDE conversation for a client
                     application
icon                A bitmap which represents an application on the Windows
                     desktop
labeltext           A static text control which aligns with a data control
lefttext            A static text control in which the text is left justified
line                Manages a graphics object whose image is a line
link                Manages a DDE conversation for a client application
listbox             A control in which a list of items is displayed and
                     scrolled
main                Implicitly defined by the linker to hold all file-level
                     functions
matrix              Dynamic, two-dimension matrix
memory              Internal class used for values returned by the malloc
                     function. Behaves like a string
menu                Manages a sequence of menu items
menu_separator      A horizontal line for separating groups of menu items
menuitem            Manages the information for a single item of a menu
modeless_dialog     A modeless dialog box
null                The base class of all classes
ok_button           Standard OK push button control
open                A standard Open dialog box for selecting a file
optionsmenu         A standard Options menu
pen                 Describes the color, style, and width for drawing lines
pentagon            Manages a graphics object whose image is a pentagon (five
                     sides.)
point               Manages the x,y coordinates of a point
polygon             Manages a graphics object whose image is a polygon
printer             Provides support for directing text and graphics to a
                     printer
printers            A dialog box for selection of printers
prompt              Generates a dialog box that prompts the user for a value
promptnumber        Generates a dialog box that prompts the user for a numeric
                     value
pushbutton          A push button control that the user can click to perform
                     some action
radiobutton         A control that offers the user one of a series of choices
rect                Manages the coordinates for a rectangular area
rectangle           Manages a graphics object whose image is rectangle
righttext           A static text control in which the text is right justified
saveas              A standard SaveAs dialog box that allows entry of a file
                     name
scrollbar           A control which the user can drag or click to indicate a
                     position
searchmenu          A standard Search menu
service             Manages a table of items (a topic) available to other
                     applications through DE
sound               Emit sounds on the system speaker
square              Manages a graphics object whose image is a square
star                Manages a graphics object whose image is a five-pointed
                     star
staticdropcombolox  A drop-down combo box control from which the user picks a
                     choice
statictext          The base class for non-modifiable text controls
stdout              Directs output to a window or other class of object
strings             Manages a buffer which is a packed sequence of NUL
                     terminated strings
symbol              Manages a graphics object which is a hierarchical symbol
                     definition
systemservice       Manages the System DDE topic for the application
table               An array whose subscripts can be any value such as strings
textwindow          A window that that displays text
triangle            Manages a graphics object whose image is a triangle
viewmenu            A standard View menu for graphics applications
window              A main application window
windowmenu          A standard Window menu for MDI applications