4b561b6e90
Updated the configure script for *BSD and GCC 2.95 (-fno-exceptions) Added install rule to documentation directory. Dumped old packages directory; added traditional RPM spec file and EPM list file (that replace all of the packages stuff) The FLUID man page is now "fluid.1" for the formatted page and "fluid.man" for the non-formatted page, since only IRIX uses pack'd formatted man pages. Whew! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1090 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
22 lines
804 B
Groff
22 lines
804 B
Groff
.TH fluid 1 "Fast Light Tool Kit" "4 March 1998"
|
|
.SH NAME
|
|
fluid \- the fast light user-interface designer
|
|
.sp
|
|
.SH SYNOPSIS
|
|
.nf
|
|
fluid \fI[-c [-o code-filename -h header-filename]] [filename.fl]\fR
|
|
.fi
|
|
.SH DESCRIPTION
|
|
\fIfluid\fR is an interactive GUI designer for FLTK. When run with no arguments
|
|
or with a filename, \fIfluid\fR will display the GUI hierarchy and any windows
|
|
defined in the file. Functions, classes, windows, and GUI components can be
|
|
manipulated as needed.
|
|
.LP
|
|
When used with the \fI-c\fR option, \fIfluid\fR will create the necessary C++
|
|
header and code files in the current directory. You can override the default
|
|
extensions, filenames, and directories using the \fI-o\fR and \fI-h\fR options.
|
|
.SH SEE ALSO
|
|
FLTK 1.0 Programming Manual, chapter 8.
|
|
.SH AUTHOR
|
|
Bill Spitzak and others.
|