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>
-<a class="el" href="fluid.html">[Previous] Programming with
FLUID</a>
-<a class="el" href="unicode.html">[Next] Unicode and utf-8
Support</a>
+<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>
-<a class="el" href="intro.html">[Previous] Introduction to FLTK</a>
-<a class="el" href="common.html">[Next] Common Widgets and
Attributes</a>
+<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>
-<a class="el" href="basics.html">[Previous] FLTK Basics</a>
-<a class="el" href="editor.html">[Next] Designing a Simple Text
Editor</a>
+<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>
-<a class="el" href="migration_1_3.html">[Previous] Migrating Code from FLTK
1.1 to 1.3</a>
-<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>
-<a class="el" href="editor.html">[Previous] Designing a Simple Text
Editor</a>
-<a class="el" href="events.html">[Next] Handling Events</a>
+<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>
-<a class="el" href="common.html">[Previous] Common Widgets and
Attributes</a>
-<a class="el" href="drawing.html">[Next] Drawing Things in FLTK</a>
+<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>
-<a class="el" href="unicode.html">[Previous] Unicode and UTF-8
Support</a>
-<a class="el" href="glut.html">[Next] GLUT Compatibility</a>
+<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>
-<a class="el" href="drawing.html">[Previous] Drawing Things in
FLTK</a>  :
-<a class="el" href="subclassing.html">[Next] 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>
-<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">
+
+ </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>
-<a class="el" href="opengl.html">[Previous] Using OpenGL</a>
-<a class="el" href="advanced.html">[Next] 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>
-<a class="el" href="glut.html">[Previous] GLUT Compatibility</a>
-<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>
-<a class="el" href="enumerations.html">[Previous] FLTK Enumerations</a>
-<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. Costantini, D. Gibson, M. Melcher,
+ A. Schlosser, B. Spitzak and M. 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>
-<a class="el" href="preface.html">[Next] Preface</a>
+<table summary="navigation bar" width="100%" border="0">
+<tr>
+ <td width="45%" align="LEFT">
+
+ </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>
-<a class="el" href="preface.html">[Previous] Preface</a>
-<a class="el" href="basics.html">[Next] 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>
-<a class="el" href="development.html">[Previous] Developer Information</a>
-<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>
-<a class="el" href="osissues.html">[Previous] Operating System
Issues</a>
-<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>
-<a class="el" href="migration_1_1.html">[Previous] Migrating Code from FLTK
1.1 to 1.3</a>
-<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>
-<a class="el" href="subclassing.html">[Previous] Adding and Extending
Widgets</a>
-<a class="el" href="fluid.html">[Next] Programming with FLUID</a>
+<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>
-<a class="el" href="forms.html">[Previous] Forms Compatibility</a>
-<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>
-<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>
-<a class="el" href="events.html">[Previous] Handling Events</a>
-<a class="el" href="opengl.html">[Next] Using OpenGL</a>
+<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>
-<a class="el" href="advanced.html">[Previous] Advanced FLTK </a>
-<a class="el" href="enumerations.html">[Next] 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