summaryrefslogtreecommitdiff
path: root/documentation/fluid.man
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>2001-01-28 06:57:33 +0000
committerBill Spitzak <spitzak@gmail.com>2001-01-28 06:57:33 +0000
commit4fb627c3d81a7574490d2e9fa1f1af60979deafa (patch)
tree81c274e9aa7b940a92513b7a50c59a17f2f9e3fd /documentation/fluid.man
parentffe92796d82eb51b4f2b0f90932ea4cee3d4e9be (diff)
fl_curve uses a much better algorithim to figure out how many pieces
to cut the curve into. Right-ctrl does not delete selected text in Fl_Input, until you type a composed character. Added simple fltk.3 and fluid.1 manual pages and "make install" in the documentation directory installs them. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1361 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/fluid.man')
-rw-r--r--documentation/fluid.man21
1 files changed, 0 insertions, 21 deletions
diff --git a/documentation/fluid.man b/documentation/fluid.man
deleted file mode 100644
index 8f183aa04..000000000
--- a/documentation/fluid.man
+++ /dev/null
@@ -1,21 +0,0 @@
-.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.