diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-01-06 13:40:32 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-01-06 13:40:32 +0000 |
| commit | 2d6a98560e1f3f027180be34cfc625eabfb32f05 (patch) | |
| tree | a48208d7420cfcdf1f8fa614b9fa66c8002163a0 /documentation/fluid.man | |
| parent | de9f6763537e7152279a4f5a19a70437e7a70940 (diff) | |
Doco and dist file updates.
Add fltk-config man page.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1911 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/fluid.man')
| -rw-r--r-- | documentation/fluid.man | 39 |
1 files changed, 22 insertions, 17 deletions
diff --git a/documentation/fluid.man b/documentation/fluid.man index 0b69440e9..39a8e28fc 100644 --- a/documentation/fluid.man +++ b/documentation/fluid.man @@ -1,27 +1,32 @@ -.TH fluid 1 "Fast Light Tool Kit" "27 January 2001" +.TH fluid 1 "Fast Light Tool Kit" "6 January 2002" .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 +fluid [ -c [ -o +.I code-filename +-h +.I header-filename +] ] [ +.I filename.fl +] .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 +\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. +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 +fltk-config(1), fltk(3) +.br +FLTK Programming Manual, Chapter 9 +.br +FLTK Web Site, http://www.fltk.org/ +.SH AUTHORS Bill Spitzak and others. |
