Author: AlbrechtS
Date: 2009-03-21 06:38:11 -0700 (Sat, 21 Mar 2009)
New Revision: 6704
Log:
Reworked navigation links.
Modified:
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_3.dox
branches/branch-1.3/documentation/src/osissues.dox
branches/branch-1.3/documentation/src/preface.dox
branches/branch-1.3/documentation/src/unicode.dox
Modified: branches/branch-1.3/documentation/src/enumerations.dox
===================================================================
--- branches/branch-1.3/documentation/src/enumerations.dox 2009-03-21
13:36:04 UTC (rev 6703)
+++ branches/branch-1.3/documentation/src/enumerations.dox 2009-03-21
13:38:11 UTC (rev 6704)
@@ -293,9 +293,7 @@
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a>
-<a class="el" href="globals_func.html">[Previous] B - Function
Reference</a>
-<a class="el" href="glut.html">[Next]</a>
- \ref glut
-
+<a class="el" href="globals_func.html">[Previous] Function Reference</a>
+<a class="el" href="glut.html">[Next] GLUT Compatibility</a>
\endhtmlonly
*/
Modified: branches/branch-1.3/documentation/src/events.dox
===================================================================
--- branches/branch-1.3/documentation/src/events.dox 2009-03-21 13:36:04 UTC
(rev 6703)
+++ branches/branch-1.3/documentation/src/events.dox 2009-03-21 13:38:11 UTC
(rev 6704)
@@ -398,7 +398,7 @@
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a>
-<a class="el" href="drawing.html">[Previous] 5 - Drawing Things in
FLTK</a>
-<a class="el" href="subclassing.html">[Next] 7 - Adding and Extending
Widgets</a>
+<a class="el" href="drawing.html">[Previous] 5 - Drawing Things in
FLTK</a>  :
+<a class="el" href="subclassing.html">[Next] 7 - Adding and Extending
Widgets</a>
\endhtmlonly
*/
Modified: branches/branch-1.3/documentation/src/examples.dox
===================================================================
--- branches/branch-1.3/documentation/src/examples.dox 2009-03-21 13:36:04 UTC
(rev 6703)
+++ branches/branch-1.3/documentation/src/examples.dox 2009-03-21 13:38:11 UTC
(rev 6704)
@@ -644,8 +644,6 @@
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a>
-<a class="el" href="license.html">[Previous] J - Software
License</a>
- \ref license
-
+<a class="el" href="license.html">[Previous] Software License</a>
\endhtmlonly
*/
Modified: branches/branch-1.3/documentation/src/fluid.dox
===================================================================
--- branches/branch-1.3/documentation/src/fluid.dox 2009-03-21 13:36:04 UTC
(rev 6703)
+++ branches/branch-1.3/documentation/src/fluid.dox 2009-03-21 13:38:11 UTC
(rev 6704)
@@ -1367,7 +1367,7 @@
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a>
-<a class="el" href="opengl.html">[Previous] 8 - Using OpenGL</a>
-<a class="el" href="advanced.html">[Next] 10 - Advanced FLTK</a>
+<a class="el" href="opengl.html">[Previous] 8 - Using OpenGL</a>
+<a class="el" href="advanced.html">[Next] 10 - Advanced FLTK</a>
\endhtmlonly
*/
Modified: branches/branch-1.3/documentation/src/forms.dox
===================================================================
--- branches/branch-1.3/documentation/src/forms.dox 2009-03-21 13:36:04 UTC
(rev 6703)
+++ branches/branch-1.3/documentation/src/forms.dox 2009-03-21 13:38:11 UTC
(rev 6704)
@@ -238,10 +238,7 @@
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a>
-<a class="el" href="glut.html">[Previous]</a>
- \ref glut
-<a class="el" href="osissues.html">[Next]</a>
- \ref osissues
-
+<a class="el" href="glut.html">[Previous] GLUT Compatibility</a>
+<a class="el" href="osissues.html">[Next] Operating System Issues</a>
\endhtmlonly
*/
Modified: branches/branch-1.3/documentation/src/glut.dox
===================================================================
--- branches/branch-1.3/documentation/src/glut.dox 2009-03-21 13:36:04 UTC
(rev 6703)
+++ branches/branch-1.3/documentation/src/glut.dox 2009-03-21 13:38:11 UTC
(rev 6704)
@@ -105,11 +105,8 @@
\li You can call either <tt>glutMainLoop()</tt>, <tt>Fl::run()</tt>,
or loop calling <tt>Fl::wait()</tt> to run the program.
-<HR break>
<A NAME="Fl_Glut_Window"></A> <!-- For old HTML links only ! -->
\section glut_Fl_Glut_Window class Fl_Glut_Window
-\htmlonly
-<HR>
\subsection glut_class_hierarchy Class Hierarchy
@@ -237,12 +234,10 @@
\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]</a>
- \ref enumerations
-<a class="el" href="forms.html">[Next]</a>
- \ref forms
-
+<a class="el" href="enumerations.html">[Previous] FLTK Enumerations</a>
+<a class="el" href="forms.html">[Next] Forms Compatibility</a>
\endhtmlonly
*/
Modified: branches/branch-1.3/documentation/src/index.dox
===================================================================
--- branches/branch-1.3/documentation/src/index.dox 2009-03-21 13:36:04 UTC
(rev 6703)
+++ branches/branch-1.3/documentation/src/index.dox 2009-03-21 13:38:11 UTC
(rev 6704)
@@ -96,7 +96,7 @@
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a>
-<a class="el" href="preface.html">[Next] Preface</a>
+<a class="el" href="preface.html">[Next] Preface</a>
\endhtmlonly
*/
Modified: branches/branch-1.3/documentation/src/intro.dox
===================================================================
--- branches/branch-1.3/documentation/src/intro.dox 2009-03-21 13:36:04 UTC
(rev 6703)
+++ branches/branch-1.3/documentation/src/intro.dox 2009-03-21 13:38:11 UTC
(rev 6704)
@@ -350,7 +350,7 @@
\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] 2 - FLTK Basics</a>
+<a class="el" href="preface.html">[Previous] Preface</a>
+<a class="el" href="basics.html">[Next] 2 - FLTK Basics</a>
\endhtmlonly
*/
Modified: branches/branch-1.3/documentation/src/license.dox
===================================================================
--- branches/branch-1.3/documentation/src/license.dox 2009-03-21 13:36:04 UTC
(rev 6703)
+++ branches/branch-1.3/documentation/src/license.dox 2009-03-21 13:38:11 UTC
(rev 6704)
@@ -493,10 +493,8 @@
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a>
-<a class="el" href="development.html">[Previous] I - Developer
Information</a>
- \ref development
-<a class="el" href="examples.html">[Next] K - Example Source
Code</a>
- \ref examples
-
+<a class="el" href="development.html">[Previous] Developer Information</a>
+<a class="el" href="examples.html">[Next] Example Source Code</a>
\endhtmlonly
+
*/
Modified: branches/branch-1.3/documentation/src/migration_1_3.dox
===================================================================
--- branches/branch-1.3/documentation/src/migration_1_3.dox 2009-03-21
13:36:04 UTC (rev 6703)
+++ branches/branch-1.3/documentation/src/migration_1_3.dox 2009-03-21
13:38:11 UTC (rev 6704)
@@ -57,10 +57,7 @@
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a>
-<a class="el" href="migration_1_1.html">[Previous]
- H - Migrating Code from FLTK 1.1 to 1.3</a>
-<a class="el" href="development.html">[Next]
- I - Developer Information</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>
\endhtmlonly
*/
Modified: branches/branch-1.3/documentation/src/osissues.dox
===================================================================
--- branches/branch-1.3/documentation/src/osissues.dox 2009-03-21 13:36:04 UTC
(rev 6703)
+++ branches/branch-1.3/documentation/src/osissues.dox 2009-03-21 13:38:11 UTC
(rev 6704)
@@ -756,10 +756,7 @@
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a>
-<a class="el" href="forms.html">[Previous]</a>
- \ref forms
-<a class="el" href="migration_1_1.html">[Next]</a>
- \ref migration_1_1
-
+<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>
\endhtmlonly
*/
Modified: branches/branch-1.3/documentation/src/preface.dox
===================================================================
--- branches/branch-1.3/documentation/src/preface.dox 2009-03-21 13:36:04 UTC
(rev 6703)
+++ branches/branch-1.3/documentation/src/preface.dox 2009-03-21 13:38:11 UTC
(rev 6704)
@@ -78,7 +78,7 @@
\htmlonly
<hr>
<a class="el" href="index.html">[Index]</a>
-<a class="el" href="intro.html">[Next] 1 - Introduction to FLTK</a>
+<a class="el" href="intro.html">[Next] 1 - Introduction to FLTK</a>
+\endhtmlonly
-\endhtmlonly
*/
Modified: branches/branch-1.3/documentation/src/unicode.dox
===================================================================
--- branches/branch-1.3/documentation/src/unicode.dox 2009-03-21 13:36:04 UTC
(rev 6703)
+++ branches/branch-1.3/documentation/src/unicode.dox 2009-03-21 13:38:11 UTC
(rev 6704)
@@ -73,10 +73,11 @@
Fl_Help_View. Keycodes from the keyboard conflict with Unicode
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] 10 - Advanced FLTK
</a>
-<a class="el" href="classes.html">[Next] A - Class Reference</a>
+<a class="el" href="annotated.html">[Next] A - Class Reference</a>
\endhtmlonly
*/
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit