summaryrefslogtreecommitdiff
path: root/documentation/src/fluid.dox
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src/fluid.dox')
-rw-r--r--documentation/src/fluid.dox24
1 files changed, 21 insertions, 3 deletions
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
+
*/