diff options
Diffstat (limited to 'documentation/src/editor.dox')
| -rw-r--r-- | documentation/src/editor.dox | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/documentation/src/editor.dox b/documentation/src/editor.dox index 5898b9380..77d8fc391 100644 --- a/documentation/src/editor.dox +++ b/documentation/src/editor.dox @@ -891,10 +891,28 @@ style_parse(const char *text, } \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 + */ |
