OpenWindows Developer's Guide: OLIT Code Generator Programmer's Guide
  Suchtext Nur in diesem Buch
Dieses Buch im PDF-Format herunterladen

Files Shipped with Golit

A

The installation medium you receive with the Devguide package includes a set of files useful to Devguide users. These files are installed on your workstation or server if you have followed the instructions in the Software Developer Kit Installation Guide. You will find the files in separate subdirectories in Devguide's home directory.

The Bin Subdirectory

The bin subdirectory contains the executable files for Devguide and Golit (as well as for GNT and GXV).

The Demo Subdirectory

The demo subdirectory contains three subdirectories; one for each code generator.

The Include Subdirectory

The include subdirectory contains header files used by Golit and the other code generators. The files used by Golit are:
  • libgolit.h: prototypes of the libgolit functions that execute widget creation.
  • libgolitI.h: definitions of macros used in the _ui.c file.
  • Group.h: definition of GroupWidget that implements groups in Devguide.

The Lib Subdirectory

The lib subdirectory contains the libgolit.a runtime library and libraries containing functions for the other code generators. It includes the Group widget that Golit uses to support Devguide group features.
The lib subdirectory also contains the OLIT .config file. This file is used to configure the Action-Events Connections window for Golit. It lists the events, actions, and targets that are permitted in Golit for each possible source object.

The Man Subdirectory

The man subdirectory contains man pages for Golit. To see them when you use the man command, you can copy them into the directory containing other man pages, or you can set the MANPATH variable to look in this directory when you use the man command. For more information, consult the Man Page Specification.

The Src Subdirectory

The src subdirectory contains source code for the libraries included in the lib subdirectory. This source code is supplied "as is" and is not supported by Sun Microsystems.

The Doc Subdirectory

The doc subdirectory contains miscellaneous documentation about Devguide.