summaryrefslogtreecommitdiff
path: root/documentation/fluid.man
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-17 12:42:28 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-17 12:42:28 +0000
commit6ff84799a31e9ebfd0df4a6d85b79d9ce93f20a2 (patch)
tree8186e79c0f41a38eb5fd584c7949f731752d7ef1 /documentation/fluid.man
parent69dbe4ea9cf540310a276be574eb98a59102f64e (diff)
Moved latex related files to src, man files to src, updated Makefile and Doxyfile accordingly.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6453 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/fluid.man')
-rw-r--r--documentation/fluid.man32
1 files changed, 0 insertions, 32 deletions
diff --git a/documentation/fluid.man b/documentation/fluid.man
deleted file mode 100644
index cb6849bc3..000000000
--- a/documentation/fluid.man
+++ /dev/null
@@ -1,32 +0,0 @@
-.TH fluid 1 "Fast Light Tool Kit" "6 January 2002"
-.SH NAME
-fluid \- the fast light user-interface designer
-.sp
-.SH SYNOPSIS
-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
-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\-config(1), fltk(3)
-.br
-FLTK Programming Manual, Chapter 9
-.br
-FLTK Web Site, http://www.fltk.org/
-.SH AUTHORS
-Bill Spitzak and others.