summaryrefslogtreecommitdiff
path: root/documentation/fltk.3
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/fltk.3
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/fltk.3')
-rw-r--r--documentation/fltk.322
1 files changed, 22 insertions, 0 deletions
diff --git a/documentation/fltk.3 b/documentation/fltk.3
new file mode 100644
index 000000000..14995e78f
--- /dev/null
+++ b/documentation/fltk.3
@@ -0,0 +1,22 @@
+.TH fltk 1 "Fast Light Tool Kit" "27 January 2001"
+.SH NAME
+fltk \- the fast light Tool Kit
+.sp
+.SH SYNOPSIS
+
+The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a LGPL'd
+C++ graphical user interface toolkit for X (UNIX(R)), OpenGL(R), and
+Microsoft(R) Windows(R) NT 4.0, 95, or 98. It was originally developed
+by Mr. Bill Spitzak and is currently maintained by a small group of
+developers across the world with a central repository in the US.
+
+.SH SEE ALSO
+.nf
+FLTK Programming Manual
+file:/usr/local/share/doc/fltk/index.html
+.PP
+http://www.fltk.org
+.PP
+.BR fluid (1)
+.SH AUTHOR
+Bill Spitzak and others.