diff options
Diffstat (limited to 'documentation/src/subclassing.dox')
| -rw-r--r-- | documentation/src/subclassing.dox | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/documentation/src/subclassing.dox b/documentation/src/subclassing.dox index f25881311..7bf75d228 100644 --- a/documentation/src/subclassing.dox +++ b/documentation/src/subclassing.dox @@ -538,8 +538,25 @@ the windows. See the \htmlonly <hr> -<a class="el" href="index.html">[Index]</a> -<a class="el" href="events.html">[Previous] Handling Events</a> -<a class="el" href="opengl.html">[Next] Using OpenGL</a> +<table summary="navigation bar" width="100%" border="0"> +<tr> + <td width="45%" align="LEFT"> + <a class="el" href="events.html"> + [Prev] + Handling Events + </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="opengl.html"> + Using OpenGL + [Next] + </a> + </td> +</tr> +</table> \endhtmlonly + */ |
