diff options
Diffstat (limited to 'documentation/src/drawing.dox')
| -rw-r--r-- | documentation/src/drawing.dox | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index ec61e05dc..37cdbfee9 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -1001,10 +1001,28 @@ Fl_Offscreen osrc, int srcx, int srcy) Copy a rectangular area of the size <tt>w*h</tt> from <tt>srcx, srcy</tt> in the offscreen buffer into the current buffer at <tt>x, y</tt>. + \htmlonly <hr> -<a class="el" href="index.html">[Index]</a> -<a class="el" href="editor.html">[Previous] Designing a Simple Text Editor</a> -<a class="el" href="events.html">[Next] Handling Events</a> +<table summary="navigation bar" width="100%" border="0"> +<tr> + <td width="45%" align="LEFT"> + <a class="el" href="editor.html"> + [Prev] + Designing a Simple Text Editor + </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="events.html"> + Handling Events + [Next] + </a> + </td> +</tr> +</table> \endhtmlonly + */ |
