summaryrefslogtreecommitdiff
path: root/documentation/fluid.man
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-02-12 15:12:14 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-02-12 15:12:14 +0000
commit86b5507486164da7cd7a71c6a688666ee3fb5d83 (patch)
tree730d6799520894c2cdaa2ac12d14f7a8cd8e8c53 /documentation/fluid.man
parent7eae5f4f873fc3911bf8ee3556391e89b1ec597e (diff)
Configure script changes to support man pages, HTMLDOC, AIX/QNX with
strings.h, etc. Add check for strings.h in fluid/factory.cxx. Add directories and man page rules to makeinclude.in Rename man page sources; these are formatted to the correct extensions. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1368 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/fluid.man')
-rw-r--r--documentation/fluid.man27
1 files changed, 27 insertions, 0 deletions
diff --git a/documentation/fluid.man b/documentation/fluid.man
new file mode 100644
index 000000000..0b69440e9
--- /dev/null
+++ b/documentation/fluid.man
@@ -0,0 +1,27 @@
+.TH fluid 1 "Fast Light Tool Kit" "27 January 2001"
+.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
+.nf
+FLTK Programming Manual, chapter 8.
+file:/usr/local/share/doc/fltk/fluid.html
+.PP
+http://www.fltk.org
+.PP
+.BR fltk (3)
+.SH AUTHOR
+Bill Spitzak and others.