summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-17 11:02:23 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-17 11:02:23 +0000
commit7183891af345d00c6d2b34e73cc6608dfbee3940 (patch)
tree7b93d47c17832e949799d12fb3cfefbea538f1d0 /documentation
parent8f91b10bbe2b80c2f8088deefc74b8d980b17990 (diff)
test only, will remove. check if we keep the history for that file from pre 6430.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6446 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/src_doc/index.dox96
1 files changed, 96 insertions, 0 deletions
diff --git a/documentation/src_doc/index.dox b/documentation/src_doc/index.dox
new file mode 100644
index 000000000..ffbcb5a04
--- /dev/null
+++ b/documentation/src_doc/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>
+
+*/