diff options
| author | engelsman <engelsman> | 2009-03-26 22:58:23 +0000 |
|---|---|---|
| committer | engelsman <engelsman> | 2009-03-26 22:58:23 +0000 |
| commit | 76e418dccd631b759622d208e6dbec4f726bb3c5 (patch) | |
| tree | f61270dfbf6e267d55c484bad33108a06ea2edb7 /documentation/src/basics.dox | |
| parent | a8dad162af0c589c22df3cefdfbaf3cec0b3306a (diff) | |
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
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6724 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 + */ |
