diff options
Diffstat (limited to 'documentation/src/glut.dox')
| -rw-r--r-- | documentation/src/glut.dox | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/documentation/src/glut.dox b/documentation/src/glut.dox index 09958f767..27769aba3 100644 --- a/documentation/src/glut.dox +++ b/documentation/src/glut.dox @@ -238,10 +238,28 @@ void Fl_Glut_Window::make_current() \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] FLTK Enumerations</a> -<a class="el" href="forms.html">[Next] Forms Compatibility</a> +<table summary="navigation bar" width="100%" border="0"> +<tr> + <td width="45%" align="LEFT"> + <a class="el" href="enumerations.html"> + [Prev] + FLTK Enumerations + </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="forms.html"> + Forms Compatibility + [Next] + </a> + </td> +</tr> +</table> \endhtmlonly + */ |
