Author: engelsman
Date: 2009-03-26 15:58:23 -0700 (Thu, 26 Mar 2009)
New Revision: 6724
Log:
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



Modified:
   branches/branch-1.3/documentation/src/advanced.dox
   branches/branch-1.3/documentation/src/basics.dox
   branches/branch-1.3/documentation/src/common.dox
   branches/branch-1.3/documentation/src/development.dox
   branches/branch-1.3/documentation/src/drawing.dox
   branches/branch-1.3/documentation/src/editor.dox
   branches/branch-1.3/documentation/src/enumerations.dox
   branches/branch-1.3/documentation/src/events.dox
   branches/branch-1.3/documentation/src/examples.dox
   branches/branch-1.3/documentation/src/fluid.dox
   branches/branch-1.3/documentation/src/forms.dox
   branches/branch-1.3/documentation/src/glut.dox
   branches/branch-1.3/documentation/src/index.dox
   branches/branch-1.3/documentation/src/intro.dox
   branches/branch-1.3/documentation/src/license.dox
   branches/branch-1.3/documentation/src/migration_1_1.dox
   branches/branch-1.3/documentation/src/migration_1_3.dox
   branches/branch-1.3/documentation/src/opengl.dox
   branches/branch-1.3/documentation/src/osissues.dox
   branches/branch-1.3/documentation/src/preface.dox
   branches/branch-1.3/documentation/src/subclassing.dox
   branches/branch-1.3/documentation/src/unicode.dox

Modified: branches/branch-1.3/documentation/src/advanced.dox
===================================================================
--- branches/branch-1.3/documentation/src/advanced.dox  2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/advanced.dox  2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -100,10 +100,28 @@
 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
+
 */

Modified: branches/branch-1.3/documentation/src/basics.dox
===================================================================
--- branches/branch-1.3/documentation/src/basics.dox    2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/basics.dox    2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -373,10 +373,28 @@
 #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
+
 */

Modified: branches/branch-1.3/documentation/src/common.dox
===================================================================
--- branches/branch-1.3/documentation/src/common.dox    2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/common.dox    2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -586,11 +586,28 @@
 <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
 
-\endhtmlonly
 */

Modified: branches/branch-1.3/documentation/src/development.dox
===================================================================
--- branches/branch-1.3/documentation/src/development.dox       2009-03-26 
22:46:46 UTC (rev 6723)
+++ branches/branch-1.3/documentation/src/development.dox       2009-03-26 
22:58:23 UTC (rev 6724)
@@ -432,10 +432,54 @@
 \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
+
 */

Modified: branches/branch-1.3/documentation/src/drawing.dox
===================================================================
--- branches/branch-1.3/documentation/src/drawing.dox   2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/drawing.dox   2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -1001,10 +1001,28 @@
 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
+
 */

Modified: branches/branch-1.3/documentation/src/editor.dox
===================================================================
--- branches/branch-1.3/documentation/src/editor.dox    2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/editor.dox    2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -891,10 +891,28 @@
 }
 \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
+
 */

Modified: branches/branch-1.3/documentation/src/enumerations.dox
===================================================================
--- branches/branch-1.3/documentation/src/enumerations.dox      2009-03-26 
22:46:46 UTC (rev 6723)
+++ branches/branch-1.3/documentation/src/enumerations.dox      2009-03-26 
22:58:23 UTC (rev 6724)
@@ -290,10 +290,28 @@
 \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
+
 */

Modified: branches/branch-1.3/documentation/src/events.dox
===================================================================
--- branches/branch-1.3/documentation/src/events.dox    2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/events.dox    2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -395,10 +395,28 @@
 \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
+
 */

Modified: branches/branch-1.3/documentation/src/examples.dox
===================================================================
--- branches/branch-1.3/documentation/src/examples.dox  2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/examples.dox  2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -641,9 +641,26 @@
 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
+
 */

Modified: branches/branch-1.3/documentation/src/fluid.dox
===================================================================
--- branches/branch-1.3/documentation/src/fluid.dox     2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/fluid.dox     2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -1386,10 +1386,28 @@
 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
+
 */

Modified: branches/branch-1.3/documentation/src/forms.dox
===================================================================
--- branches/branch-1.3/documentation/src/forms.dox     2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/forms.dox     2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -235,10 +235,28 @@
 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
+
 */

Modified: branches/branch-1.3/documentation/src/glut.dox
===================================================================
--- branches/branch-1.3/documentation/src/glut.dox      2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/glut.dox      2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -238,10 +238,28 @@
 \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
+
 */

Modified: branches/branch-1.3/documentation/src/index.dox
===================================================================
--- branches/branch-1.3/documentation/src/index.dox     2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/index.dox     2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -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>
-       <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>
+  <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>
 </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
 
 */

Modified: branches/branch-1.3/documentation/src/intro.dox
===================================================================
--- branches/branch-1.3/documentation/src/intro.dox     2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/intro.dox     2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -346,10 +346,28 @@
 For general support and questions, please use the FLTK mailing list
 at "[email protected]" 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
+
 */

Modified: branches/branch-1.3/documentation/src/license.dox
===================================================================
--- branches/branch-1.3/documentation/src/license.dox   2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/license.dox   2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -490,11 +490,28 @@
 
 \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
 
 */

Modified: branches/branch-1.3/documentation/src/migration_1_1.dox
===================================================================
--- branches/branch-1.3/documentation/src/migration_1_1.dox     2009-03-26 
22:46:46 UTC (rev 6723)
+++ branches/branch-1.3/documentation/src/migration_1_1.dox     2009-03-26 
22:58:23 UTC (rev 6724)
@@ -149,10 +149,28 @@
 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
+
 */

Modified: branches/branch-1.3/documentation/src/migration_1_3.dox
===================================================================
--- branches/branch-1.3/documentation/src/migration_1_3.dox     2009-03-26 
22:46:46 UTC (rev 6723)
+++ branches/branch-1.3/documentation/src/migration_1_3.dox     2009-03-26 
22:58:23 UTC (rev 6724)
@@ -56,8 +56,25 @@
 
 \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
+
 */

Modified: branches/branch-1.3/documentation/src/opengl.dox
===================================================================
--- branches/branch-1.3/documentation/src/opengl.dox    2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/opengl.dox    2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -457,10 +457,28 @@
 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
+
 */

Modified: branches/branch-1.3/documentation/src/osissues.dox
===================================================================
--- branches/branch-1.3/documentation/src/osissues.dox  2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/osissues.dox  2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -753,10 +753,28 @@
        <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
+
 */

Modified: branches/branch-1.3/documentation/src/preface.dox
===================================================================
--- branches/branch-1.3/documentation/src/preface.dox   2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/preface.dox   2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -78,10 +78,28 @@
 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
 
 */

Modified: branches/branch-1.3/documentation/src/subclassing.dox
===================================================================
--- branches/branch-1.3/documentation/src/subclassing.dox       2009-03-26 
22:46:46 UTC (rev 6723)
+++ branches/branch-1.3/documentation/src/subclassing.dox       2009-03-26 
22:58:23 UTC (rev 6724)
@@ -538,8 +538,25 @@
 
 \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
+
 */

Modified: branches/branch-1.3/documentation/src/unicode.dox
===================================================================
--- branches/branch-1.3/documentation/src/unicode.dox   2009-03-26 22:46:46 UTC 
(rev 6723)
+++ branches/branch-1.3/documentation/src/unicode.dox   2009-03-26 22:58:23 UTC 
(rev 6724)
@@ -74,10 +74,28 @@
       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
+
 */

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to