converted page footer navigation bars to three-cell tables in all *.dox

also relaxed table widths in intro.dox to use 100% instead of 700 pixels
to fit with doxygen header rule and new footer navigation bars



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6724 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
engelsman 2009-03-26 22:58:23 +00:00
parent a8dad162af
commit 76e418dccd
22 changed files with 516 additions and 105 deletions

View File

@ -100,10 +100,28 @@ Fl::lock(),
Fl::thread_message(),
Fl::unlock().
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="fluid.html">[Previous]&nbsp; Programming with FLUID</a>&nbsp;
<a class="el" href="unicode.html">[Next]&nbsp; Unicode and utf-8 Support</a>&nbsp;
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="fluid.html">
[Prev]
Programming with FLUID
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="unicode.html">
Unicode and utf-8 Support
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -373,10 +373,28 @@ include lines:</i>
#include <Fl/fl_xyz.h>
\endcode
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="intro.html">[Previous]&nbsp; Introduction to FLTK</a>&nbsp;
<a class="el" href="common.html">[Next]&nbsp; Common Widgets and Attributes</a>&nbsp;
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="intro.html">
[Prev]
Introduction to FLTK
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="common.html">
Common Widgets and Attributes
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -586,11 +586,28 @@ or one of the special keys like
<a href="enumerations.html#key_values"><tt>FL_Enter</tt></a> -
combined with any modifiers like \c Shift , \c Alt , and \c Control .
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="basics.html">[Previous]&nbsp; FLTK Basics</a>&nbsp;
<a class="el" href="editor.html">[Next]&nbsp; Designing a Simple Text Editor</a>&nbsp;
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="basics.html">
[Prev]
FLTK Basics
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="editor.html">
Designing a Simple Text Editor
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -432,10 +432,54 @@ Example navigation links:
\endhtmlonly
\endverbatim
Now replaced by:
\verbatim
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="migration_1_3.html">[Previous] Migrating Code from FLTK 1.1 to 1.3</a>&nbsp;&nbsp;
<a class="el" href="license.html">[Next] Software License</a>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="migration_1_3.html">
[Prev]
Migrating Code from FLTK 1.1 to 1.3
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="license.html">
Software License
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
\endverbatim
\htmlonly
<hr>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="migration_1_3.html">
[Prev]
Migrating Code from FLTK 1.1 to 1.3
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="license.html">
Software License
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -1001,10 +1001,28 @@ Fl_Offscreen osrc, int srcx, int srcy)
Copy a rectangular area of the size <tt>w*h</tt> from <tt>srcx, srcy</tt>
in the offscreen buffer into the current buffer at <tt>x, y</tt>.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="editor.html">[Previous]&nbsp; Designing a Simple Text Editor</a>&nbsp;
<a class="el" href="events.html">[Next]&nbsp; Handling Events</a>&nbsp;
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="editor.html">
[Prev]
Designing a Simple Text Editor
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="events.html">
Handling Events
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -891,10 +891,28 @@ style_parse(const char *text,
}
\endcode
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="common.html">[Previous]&nbsp; Common Widgets and Attributes</a>&nbsp;
<a class="el" href="drawing.html">[Next]&nbsp; Drawing Things in FLTK</a>&nbsp;
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="common.html">
[Prev]
Common Widgets and Attributes
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="drawing.html">
Drawing Things in FLTK
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -290,10 +290,28 @@ The following damage mask bits are used by the standard FLTK widgets:
\li FL_DAMAGE_USER2 - Second user-defined damage bit.
\li FL_DAMAGE_ALL - Everything needs to be redrawn.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="unicode.html">[Previous] Unicode and UTF-8 Support</a>&nbsp;
<a class="el" href="glut.html">[Next] GLUT Compatibility</a>&nbsp;
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="unicode.html">
[Prev]
Unicode and utf-8 Support
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="glut.html">
GLUT Compatibility
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -395,10 +395,28 @@ The following methods are provided for character composition:
\li Fl::compose()
\li Fl::compose_reset()
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="drawing.html">[Previous]&nbsp; Drawing Things in FLTK</a>&nbsp;&nbsp:
<a class="el" href="subclassing.html">[Next]&nbsp; Adding and Extending Widgets</a>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="drawing.html">
[Prev]
Drawing Things in FLTK
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="subclassing.html">
Adding and Extending Widgets
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -641,9 +641,26 @@ useful visual UI designer. Many parts of \c fluid were
created using \c fluid. See the \link fluid Fluid Tutorial \endlink
for more details.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="license.html">[Previous] Software License</a>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="license.html">
[Prev]
Software License
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
&nbsp;
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -1386,10 +1386,28 @@ blocks of code. However, static code and data generated by this
segment (menu items, images, include statements, etc.) will still
be generated and likely cause compile-time warnings.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="opengl.html">[Previous]&nbsp; Using OpenGL</a> &nbsp;&nbsp;
<a class="el" href="advanced.html">[Next]&nbsp; Advanced FLTK</a>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="opengl.html">
[Prev]
Using OpenGL
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="advanced.html">
Advanced FLTK
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -235,10 +235,28 @@ fl_font_name(10,"*bookman-demi-r-no*");
fl_font_name(11,"*bookman-light-i-no*");
\endcode
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="glut.html">[Previous] GLUT Compatibility</a> &nbsp;&nbsp;
<a class="el" href="osissues.html">[Next] Operating System Issues</a>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="glut.html">
[Prev]
GLUT Compatibility
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="osissues.html">
Operating System Issues
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -238,10 +238,28 @@ void Fl_Glut_Window::make_current()
\par
Switches all drawing functions to the GLUT window.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="enumerations.html">[Previous] FLTK Enumerations</a> &nbsp;&nbsp;
<a class="el" href="forms.html">[Next] Forms Compatibility</a>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="enumerations.html">
[Prev]
FLTK Enumerations
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="forms.html">
Forms Compatibility
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -1,71 +1,73 @@
/**
\mainpage FLTK Programming Manual
<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="700" BORDER="0">
<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" BORDER="0">
<TR>
<TD><CENTER>
\image html FL200.gif
\image latex FL200.eps "" width=5cm
<TD><CENTER>
\image html FL200.gif
\image latex FL200.eps "" width=5cm
</CENTER></TD>
<TD><CENTER>
<B>FLTK 1.3.0 Programming Manual</B>
Revision 9 by F.&nbsp;Costantini, D.&nbsp;Gibson, M.&nbsp;Melcher,
A.&nbsp;Schlosser, B.&nbsp;Spitzak and M.&nbsp;Sweet.
Copyright 1998-2009 by Bill Spitzak and others.
</CENTER></TD>
<TD><CENTER>
<B>FLTK 1.3.0 Programming Manual</B>
<P>Revision 9 by F. Costantini, D. Gibson, M. Melcher,<br>
A. Schlosser, B. Spitzak and M. Sweet.<br>
Copyright 1998-2009 by Bill Spitzak and others.</P>
</CENTER></TD>
</TR>
</TABLE>
<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="700" BORDER="0">
<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" 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>
<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">
<TABLE BGCOLOR="#9f9fef" CELLPADDING="8" CELLSPACING="0" SUMMARY="Table of Contents" WIDTH="100%" BORDER="0">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<TD ALIGN="LEFT" VALIGN="TOP">
\subpage preface
\subpage preface
\subpage intro
\subpage intro
\subpage basics
\subpage basics
\subpage common
\subpage common
- \ref drawing_colors
- \ref common_boxtypes
- \ref common_labels
- \ref drawing_images
\subpage editor
\subpage editor
\subpage drawing
\subpage drawing
\subpage events
\subpage events
- \ref events_event_xxx
- \ref events_propagation
\subpage subclassing
\subpage subclassing
\subpage opengl
\subpage opengl
\subpage fluid
\subpage fluid
- \ref fluid_widget_attributes
- \ref fluid_selecting_moving
- \ref fluid_images
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
\subpage advanced
\subpage advanced
\subpage unicode
\subpage unicode
<b>Appendices:</b>
<b>Appendices:</b>
- \subpage enumerations
@ -87,24 +89,34 @@
- \subpage examples
<b>References:</b>
<b>References:</b>
- <b><a class="el" href="annotated.html">Class Reference</a></b>
- <b><a class="el" href="annotated.html">Class Reference</a></b>
- <b><a class="el" href="globals_func.html">Function Reference</a></b>
- <b><a class="el" href="globals_func.html">Function Reference</a></b>
</TD>
</TD>
</TR>
</TABLE>
\todo The Index link in the html navigation bar needs to be removed
or reconfigured as it creates a nested frame in firefox/linux
whereas the MainPage tab at the top of the page works properly.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="preface.html">[Next] Preface</a>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
&nbsp;
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="preface.html">
Preface
[Next]</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -346,10 +346,28 @@ SourceForge bug tracker pages.
For general support and questions, please use the FLTK mailing list
at "fltk@fltk.org" or one of the newsgroups.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="preface.html">[Previous] Preface</a> &nbsp;&nbsp;
<a class="el" href="basics.html">[Next]&nbsp; FLTK Basics</a>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="preface.html">
[Prev]
Preface
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="basics.html">
FLTK Basics
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -490,11 +490,28 @@ DAMAGES.
\par END OF TERMS AND CONDITIONS
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="development.html">[Previous] Developer Information</a> &nbsp;&nbsp;
<a class="el" href="examples.html">[Next] Example Source Code</a>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="development.html">
[Prev]
Developer Information
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="examples.html">
Example Source Code
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -149,10 +149,28 @@ method to disable it:
Fl::visible_focus(0);
\endcode
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="osissues.html">[Previous] Operating System Issues</a>&nbsp;&nbsp;
<a class="el" href="migration_1_3.html">[Next] Migrating Code from FLTK 1.1 to 1.3</a>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="osissues.html">
[Prev]
Operating System Issues
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="migration_1_3.html">
Migrating Code from FLTK 1.1 to 1.3
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -56,8 +56,25 @@ any existing code, but makes it possible to use bigger scroll areas
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="migration_1_1.html">[Previous] Migrating Code from FLTK 1.1 to 1.3</a> &nbsp;&nbsp;
<a class="el" href="development.html">[Next] Developer Information</a>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="migration_1_1.html">
[Prev]
Migrating Code from FLTK 1.0 to 1.1
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="development.html">
Developer Information
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -457,10 +457,28 @@ The \p >scene() method sets the scene to be drawn. The scene is
a collection of 3D objects in a \p csGroup. The scene is redrawn
after this call.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="subclassing.html">[Previous]&nbsp; Adding and Extending Widgets</a>&nbsp;
<a class="el" href="fluid.html">[Next]&nbsp; Programming with FLUID</a>&nbsp;
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="subclassing.html">
[Prev]
Adding and Extending Widgets
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="fluid.html">
Programming with FLUID
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -753,10 +753,28 @@ MacOS version of FLTK:
<tt>Fl_Window</tt>, but not a <tt>Fl_Window</tt> inside a
<tt>Fl_Window</tt> inside a <tt>Fl_Window</tt>.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="forms.html">[Previous] Forms Compatibility</a> &nbsp;&nbsp;
<a class="el" href="migration_1_1.html">[Next] Migrating Code from FLTK 1.0 to 1.1</a>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="forms.html">
[Prev]
Forms Compatibility
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="migration_1_1.html">
Migrating Code from FLTK 1.0 to 1.1
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -78,10 +78,28 @@ Corporation. OpenGL is a registered trademark of Silicon
Graphics, Inc. Apple, Macintosh, MacOS, and Mac OS X are
registered trademarks of Apple Computer, Inc.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="intro.html">[Next] Introduction to FLTK</a>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="main.html">
[Prev]
Main Page
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="intro.html">
Introduction to FLTK
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -538,8 +538,25 @@ the windows. See the
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="events.html">[Previous] Handling Events</a>&nbsp;&nbsp;
<a class="el" href="opengl.html">[Next] Using OpenGL</a>&nbsp;
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="events.html">
[Prev]
Handling Events
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="opengl.html">
Using OpenGL
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/

View File

@ -74,10 +74,28 @@ system, FLTK will convert string as needed.
characters. Right-to-left rendered text can not be marked or edited,
and probably much more.
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a> &nbsp;&nbsp;
<a class="el" href="advanced.html">[Previous]&nbsp; Advanced FLTK </a>&nbsp;
<a class="el" href="enumerations.html">[Next]&nbsp; FLTK Enumerations</a>
<table summary="navigation bar" width="100%" border="0">
<tr>
<td width="45%" align="LEFT">
<a class="el" href="advanced.html">
[Prev]
Advanced FLTK
</a>
</td>
<td width="10%" align="CENTER">
<a class="el" href="main.html">[Index]</a>
</td>
<td width="45%" align="RIGHT">
<a class="el" href="enumerations.html">
FLTK Enumerations
[Next]
</a>
</td>
</tr>
</table>
\endhtmlonly
*/