summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-03-04 16:05:17 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-03-04 16:05:17 +0000
commita2f1bdefe4572865776e269922839f8adf002b58 (patch)
treecb10c06c605cf0082203428180e052f5d0cd1862
parent681ff11d8e82d27eb0d9571dca17db7644f266f3 (diff)
Added manpage for FLUID.
git-svn-id: file:///fltk/svn/fltk/trunk@357 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--documentation/fluid.121
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/fluid.1 b/documentation/fluid.1
new file mode 100644
index 000000000..8027ac7af
--- /dev/null
+++ b/documentation/fluid.1
@@ -0,0 +1,21 @@
+.TH fluid 1 "Fast Light Tool Kit" "4 March 1998" "Easy Software Products"
+.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.