|
| 以 PDF 格式下载本书
Files Shipped with Devguide Motif Utilities
A
- The SUNWgmfu package includes a set of files useful to Devguide Motif Utilities 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 the home directories of the Devguide Motif Utilities.
The Bin Subdirectory
- The bin subdirectory contains the executable files for gmf and guil.
The Include Subdirectory
- The include subdirectory contains header files used by gmf. The files used by gmf are:
-
-
libgmf.h: prototypes of the libgmf functions that execute widget creation.
-
Group.h: definition of GroupWidget that implements groups in Devguide.
The Lib Subdirectory
- The lib subdirectory contains the libgmf.a runtime library. It includes the Group widget that gmf uses to support Devguide group features.
The Man Subdirectory
- The man subdirectory contains man pages for gmf. 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 demo Subdirectory
- The demo subdirectory contains a sample program that shows you how to integrate a UIL file into a working application; see the README file for instructions.
|
|