summaryrefslogtreecommitdiff
path: root/documentation/src/index.dox
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-14 22:12:25 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-14 22:12:25 +0000
commit497afccb07164373e0de6639e754d7d691f1926f (patch)
tree449d0b92ceb05f39617fe8fc2876d16eecde7460 /documentation/src/index.dox
parente08fffdfe08bbc9320e39a15d162b6501abd4925 (diff)
Doxygen pdf man: First version added in documentation/fltk.pdf, old doc removed, images, dox files moved to a new src directory.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6431 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/index.dox')
-rw-r--r--documentation/src/index.dox96
1 files changed, 96 insertions, 0 deletions
diff --git a/documentation/src/index.dox b/documentation/src/index.dox
new file mode 100644
index 000000000..ffbcb5a04
--- /dev/null
+++ b/documentation/src/index.dox
@@ -0,0 +1,96 @@
+/**
+
+\mainpage FLTK Programming Manual
+<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="700" BORDER="0">
+<TR>
+ <TD><CENTER>
+ \image html FL200.gif
+ \image latex FL200.eps "" width=4cm
+ </CENTER></TD>
+ <TD><CENTER>
+ <B>FLTK 1.3.0 Programming Manual</B>
+ <P>Revision 8 by Michael Sweet, Craig P. Earls,<br>
+ Matthias Melcher, and Bill Spitzak<br>
+ Copyright 1998-2008 by Bill Spitzak and others.</P>
+ </CENTER></TD>
+</TR>
+</TABLE>
+<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="700" BORDER="0">
+<TR>
+ <TD>
+ This software and manual are provided under the terms of the GNU
+ Library General Public License. Permission is granted to reproduce
+ this manual or any portion for any purpose, provided this copyright
+ and permission notice are preserved.
+ </TD>
+</TR>
+</TABLE>
+<TABLE BGCOLOR="#9f9fef" CELLPADDING="8" CELLSPACING="0" SUMMARY="Table of Contents" WIDTH="700" BORDER="0">
+<TR>
+ <TD ALIGN="LEFT" VALIGN="TOP">
+
+ \subpage preface
+
+ \subpage intro
+
+ \subpage basics
+
+ \subpage common
+ \li \ref drawing_colors
+ \li \ref common_boxtypes
+ \li \ref common_labels
+ \li \ref drawing_images
+
+ \subpage editor
+
+ \subpage drawing
+
+ \subpage events
+ \li \ref events_event_xxx
+ \li \ref events_propagation
+
+ \subpage subclassing
+
+ \subpage opengl
+
+ \subpage fluid
+ \li \ref fluid_widget_attributes
+ \li \ref fluid_selecting_moving
+ \li \ref fluid_images
+
+</TD>
+<TD ALIGN="LEFT" VALIGN="TOP">
+
+ \subpage advanced
+
+ \subpage unicode
+
+ <b><a class="el" href="classes.html">A - Class Reference</a></b>
+
+ <b><a class="el" href="globals_func.html">B - Function Reference</a></b>
+
+ \subpage enumerations
+
+ \subpage glut
+ \li \ref glut_Fl_Glut_Window
+ <!-- \li Fl_Glut_Window (not yet commented ?) -->
+
+ \subpage forms
+
+ \subpage osissues
+
+ \subpage migration_1_1
+
+ \subpage migration_1_3
+
+ \subpage development
+
+ \subpage license
+
+ \subpage examples
+
+</TD>
+</TR>
+</TABLE>
+
+*/