diff options
Diffstat (limited to 'documentation/src/basics.dox')
| -rw-r--r-- | documentation/src/basics.dox | 24 |
1 files changed, 21 insertions, 3 deletions
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> -<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 + */ |
