summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/advanced.dox24
-rw-r--r--documentation/src/basics.dox24
-rw-r--r--documentation/src/common.dox25
-rw-r--r--documentation/src/development.dox50
-rw-r--r--documentation/src/drawing.dox24
-rw-r--r--documentation/src/editor.dox24
-rw-r--r--documentation/src/enumerations.dox24
-rw-r--r--documentation/src/events.dox24
-rw-r--r--documentation/src/examples.dox21
-rw-r--r--documentation/src/fluid.dox24
-rw-r--r--documentation/src/forms.dox24
-rw-r--r--documentation/src/glut.dox24
-rw-r--r--documentation/src/index.dox98
-rw-r--r--documentation/src/intro.dox24
-rw-r--r--documentation/src/license.dox23
-rw-r--r--documentation/src/migration_1_1.dox24
-rw-r--r--documentation/src/migration_1_3.dox23
-rw-r--r--documentation/src/opengl.dox24
-rw-r--r--documentation/src/osissues.dox24
-rw-r--r--documentation/src/preface.dox22
-rw-r--r--documentation/src/subclassing.dox23
-rw-r--r--documentation/src/unicode.dox24
22 files changed, 516 insertions, 105 deletions
diff --git a/documentation/src/advanced.dox b/documentation/src/advanced.dox
index 5df80bc30..411bb934b 100644
--- a/documentation/src/advanced.dox
+++ b/documentation/src/advanced.dox
@@ -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
+
*/
diff --git a/documentation/src/basics.dox b/documentation/src/basics.dox
index 5f02ebaf2..96be28048 100644
--- a/documentation/src/basics.dox
+++ b/documentation/src/basics.dox
@@ -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
+
*/
diff --git a/documentation/src/common.dox b/documentation/src/common.dox
index dbc0bfa5e..edd2a945d 100644
--- a/documentation/src/common.dox
+++ b/documentation/src/common.dox
@@ -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
+
*/
diff --git a/documentation/src/development.dox b/documentation/src/development.dox
index 5f2169530..5a4c8448e 100644
--- a/documentation/src/development.dox
+++ b/documentation/src/development.dox
@@ -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
+
*/
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index ec61e05dc..37cdbfee9 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -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
+
*/
diff --git a/documentation/src/editor.dox b/documentation/src/editor.dox
index 5898b9380..77d8fc391 100644
--- a/documentation/src/editor.dox
+++ b/documentation/src/editor.dox
@@ -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
+
*/
diff --git a/documentation/src/enumerations.dox b/documentation/src/enumerations.dox
index c42d0647c..1e7c55464 100644
--- a/documentation/src/enumerations.dox
+++ b/documentation/src/enumerations.dox
@@ -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
+
*/
diff --git a/documentation/src/events.dox b/documentation/src/events.dox
index 80c6df7a7..34125c521 100644
--- a/documentation/src/events.dox
+++ b/documentation/src/events.dox
@@ -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
+
*/
diff --git a/documentation/src/examples.dox b/documentation/src/examples.dox
index ad3e6de84..69942567e 100644
--- a/documentation/src/examples.dox
+++ b/documentation/src/examples.dox
@@ -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
+
*/
diff --git a/documentation/src/fluid.dox b/documentation/src/fluid.dox
index a83bfc1dd..adaf448dd 100644
--- a/documentation/src/fluid.dox
+++ b/documentation/src/fluid.dox
@@ -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
+
*/
diff --git a/documentation/src/forms.dox b/documentation/src/forms.dox
index 45dbfc32a..166c13bb7 100644
--- a/documentation/src/forms.dox
+++ b/documentation/src/forms.dox
@@ -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
+
*/
diff --git a/documentation/src/glut.dox b/documentation/src/glut.dox
index 09958f767..27769aba3 100644
--- a/documentation/src/glut.dox
+++ b/documentation/src/glut.dox
@@ -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
+
*/
diff --git a/documentation/src/index.dox b/documentation/src/index.dox
index 699bf3d61..235eafd9e 100644
--- a/documentation/src/index.dox
+++ b/documentation/src/index.dox
@@ -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
*/
diff --git a/documentation/src/intro.dox b/documentation/src/intro.dox
index 0af053fe5..239175fa2 100644
--- a/documentation/src/intro.dox
+++ b/documentation/src/intro.dox
@@ -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
+
*/
diff --git a/documentation/src/license.dox b/documentation/src/license.dox
index 68b690320..b0867e97f 100644
--- a/documentation/src/license.dox
+++ b/documentation/src/license.dox
@@ -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
*/
diff --git a/documentation/src/migration_1_1.dox b/documentation/src/migration_1_1.dox
index 67615c889..dcb767103 100644
--- a/documentation/src/migration_1_1.dox
+++ b/documentation/src/migration_1_1.dox
@@ -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
+
*/
diff --git a/documentation/src/migration_1_3.dox b/documentation/src/migration_1_3.dox
index cf5bfdb45..b28c18e6b 100644
--- a/documentation/src/migration_1_3.dox
+++ b/documentation/src/migration_1_3.dox
@@ -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
+
*/
diff --git a/documentation/src/opengl.dox b/documentation/src/opengl.dox
index e1eaa4969..d0b88d5a2 100644
--- a/documentation/src/opengl.dox
+++ b/documentation/src/opengl.dox
@@ -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
+
*/
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox
index 5029a55f9..22d59dac6 100644
--- a/documentation/src/osissues.dox
+++ b/documentation/src/osissues.dox
@@ -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
+
*/
diff --git a/documentation/src/preface.dox b/documentation/src/preface.dox
index 321a61aba..3da2d16c7 100644
--- a/documentation/src/preface.dox
+++ b/documentation/src/preface.dox
@@ -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
*/
diff --git a/documentation/src/subclassing.dox b/documentation/src/subclassing.dox
index f25881311..7bf75d228 100644
--- a/documentation/src/subclassing.dox
+++ b/documentation/src/subclassing.dox
@@ -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
+
*/
diff --git a/documentation/src/unicode.dox b/documentation/src/unicode.dox
index 559bfe5a9..41733558b 100644
--- a/documentation/src/unicode.dox
+++ b/documentation/src/unicode.dox
@@ -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
+
*/