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
This commit is contained in:
parent
a8dad162af
commit
76e418dccd
@ -100,10 +100,28 @@ Fl::lock(),
|
||||
Fl::thread_message(),
|
||||
Fl::unlock().
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="fluid.html">[Previous] Programming with FLUID</a>
|
||||
<a class="el" href="unicode.html">[Next] Unicode and utf-8 Support</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="fluid.html">
|
||||
[Prev]
|
||||
Programming with FLUID
|
||||
</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="unicode.html">
|
||||
Unicode and utf-8 Support
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -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
|
||||
|
||||
*/
|
||||
|
@ -586,11 +586,28 @@ or one of the special keys like
|
||||
<a href="enumerations.html#key_values"><tt>FL_Enter</tt></a> -
|
||||
combined with any modifiers like \c Shift , \c Alt , and \c Control .
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="basics.html">[Previous] FLTK Basics</a>
|
||||
<a class="el" href="editor.html">[Next] Designing a Simple Text Editor</a>
|
||||
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="basics.html">
|
||||
[Prev]
|
||||
FLTK Basics
|
||||
</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="editor.html">
|
||||
Designing a Simple Text Editor
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -432,10 +432,54 @@ Example navigation links:
|
||||
\endhtmlonly
|
||||
\endverbatim
|
||||
|
||||
Now replaced by:
|
||||
\verbatim
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="migration_1_3.html">[Previous] Migrating Code from FLTK 1.1 to 1.3</a>
|
||||
<a class="el" href="license.html">[Next] Software License</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="migration_1_3.html">
|
||||
[Prev]
|
||||
Migrating Code from FLTK 1.1 to 1.3
|
||||
</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="license.html">
|
||||
Software License
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
\endverbatim
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="migration_1_3.html">
|
||||
[Prev]
|
||||
Migrating Code from FLTK 1.1 to 1.3
|
||||
</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="license.html">
|
||||
Software License
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -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
|
||||
|
||||
*/
|
||||
|
@ -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
|
||||
|
||||
*/
|
||||
|
@ -290,10 +290,28 @@ The following damage mask bits are used by the standard FLTK widgets:
|
||||
\li FL_DAMAGE_USER2 - Second user-defined damage bit.
|
||||
\li FL_DAMAGE_ALL - Everything needs to be redrawn.
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="unicode.html">[Previous] Unicode and UTF-8 Support</a>
|
||||
<a class="el" href="glut.html">[Next] GLUT Compatibility</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="unicode.html">
|
||||
[Prev]
|
||||
Unicode and utf-8 Support
|
||||
</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="glut.html">
|
||||
GLUT Compatibility
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -395,10 +395,28 @@ The following methods are provided for character composition:
|
||||
\li Fl::compose()
|
||||
\li Fl::compose_reset()
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="drawing.html">[Previous] Drawing Things in FLTK</a>  :
|
||||
<a class="el" href="subclassing.html">[Next] Adding and Extending Widgets</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="drawing.html">
|
||||
[Prev]
|
||||
Drawing Things in 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="subclassing.html">
|
||||
Adding and Extending Widgets
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -641,9 +641,26 @@ useful visual UI designer. Many parts of \c fluid were
|
||||
created using \c fluid. See the \link fluid Fluid Tutorial \endlink
|
||||
for more details.
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="license.html">[Previous] Software License</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="license.html">
|
||||
[Prev]
|
||||
Software License
|
||||
</a>
|
||||
</td>
|
||||
<td width="10%" align="CENTER">
|
||||
<a class="el" href="main.html">[Index]</a>
|
||||
</td>
|
||||
<td width="45%" align="RIGHT">
|
||||
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -1386,10 +1386,28 @@ blocks of code. However, static code and data generated by this
|
||||
segment (menu items, images, include statements, etc.) will still
|
||||
be generated and likely cause compile-time warnings.
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="opengl.html">[Previous] Using OpenGL</a>
|
||||
<a class="el" href="advanced.html">[Next] Advanced FLTK</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="opengl.html">
|
||||
[Prev]
|
||||
Using OpenGL
|
||||
</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="advanced.html">
|
||||
Advanced FLTK
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -235,10 +235,28 @@ fl_font_name(10,"*bookman-demi-r-no*");
|
||||
fl_font_name(11,"*bookman-light-i-no*");
|
||||
\endcode
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="glut.html">[Previous] GLUT Compatibility</a>
|
||||
<a class="el" href="osissues.html">[Next] Operating System Issues</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="glut.html">
|
||||
[Prev]
|
||||
GLUT Compatibility
|
||||
</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="osissues.html">
|
||||
Operating System Issues
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -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
|
||||
|
||||
*/
|
||||
|
@ -1,71 +1,73 @@
|
||||
/**
|
||||
|
||||
\mainpage FLTK Programming Manual
|
||||
<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="700" BORDER="0">
|
||||
<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" BORDER="0">
|
||||
<TR>
|
||||
<TD><CENTER>
|
||||
\image html FL200.gif
|
||||
\image latex FL200.eps "" width=5cm
|
||||
<TD><CENTER>
|
||||
\image html FL200.gif
|
||||
\image latex FL200.eps "" width=5cm
|
||||
</CENTER></TD>
|
||||
<TD><CENTER>
|
||||
<B>FLTK 1.3.0 Programming Manual</B>
|
||||
|
||||
Revision 9 by F. Costantini, D. Gibson, M. Melcher,
|
||||
A. Schlosser, B. Spitzak and M. Sweet.
|
||||
|
||||
Copyright 1998-2009 by Bill Spitzak and others.
|
||||
</CENTER></TD>
|
||||
<TD><CENTER>
|
||||
<B>FLTK 1.3.0 Programming Manual</B>
|
||||
<P>Revision 9 by F. Costantini, D. Gibson, M. Melcher,<br>
|
||||
A. Schlosser, B. Spitzak and M. Sweet.<br>
|
||||
Copyright 1998-2009 by Bill Spitzak and others.</P>
|
||||
</CENTER></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="700" BORDER="0">
|
||||
<TABLE BGCOLOR="#9f9f9f" CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" BORDER="0">
|
||||
<TR>
|
||||
<TD>
|
||||
This software and manual are provided under the terms of the GNU
|
||||
Library General Public License. Permission is granted to reproduce
|
||||
this manual or any portion for any purpose, provided this copyright
|
||||
and permission notice are preserved.
|
||||
</TD>
|
||||
<TD>
|
||||
This software and manual are provided under the terms of the GNU
|
||||
Library General Public License. Permission is granted to reproduce
|
||||
this manual or any portion for any purpose, provided this copyright
|
||||
and permission notice are preserved.
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<TABLE BGCOLOR="#9f9fef" CELLPADDING="8" CELLSPACING="0" SUMMARY="Table of Contents" WIDTH="700" BORDER="0">
|
||||
<TABLE BGCOLOR="#9f9fef" CELLPADDING="8" CELLSPACING="0" SUMMARY="Table of Contents" WIDTH="100%" BORDER="0">
|
||||
<TR>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP">
|
||||
<TD ALIGN="LEFT" VALIGN="TOP">
|
||||
|
||||
\subpage preface
|
||||
\subpage preface
|
||||
|
||||
\subpage intro
|
||||
\subpage intro
|
||||
|
||||
\subpage basics
|
||||
\subpage basics
|
||||
|
||||
\subpage common
|
||||
\subpage common
|
||||
- \ref drawing_colors
|
||||
- \ref common_boxtypes
|
||||
- \ref common_labels
|
||||
- \ref drawing_images
|
||||
|
||||
\subpage editor
|
||||
\subpage editor
|
||||
|
||||
\subpage drawing
|
||||
\subpage drawing
|
||||
|
||||
\subpage events
|
||||
\subpage events
|
||||
- \ref events_event_xxx
|
||||
- \ref events_propagation
|
||||
|
||||
\subpage subclassing
|
||||
\subpage subclassing
|
||||
|
||||
\subpage opengl
|
||||
\subpage opengl
|
||||
|
||||
\subpage fluid
|
||||
\subpage fluid
|
||||
- \ref fluid_widget_attributes
|
||||
- \ref fluid_selecting_moving
|
||||
- \ref fluid_images
|
||||
|
||||
</TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP">
|
||||
</TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP">
|
||||
|
||||
\subpage advanced
|
||||
\subpage advanced
|
||||
|
||||
\subpage unicode
|
||||
\subpage unicode
|
||||
|
||||
<b>Appendices:</b>
|
||||
<b>Appendices:</b>
|
||||
|
||||
- \subpage enumerations
|
||||
|
||||
@ -87,24 +89,34 @@
|
||||
|
||||
- \subpage examples
|
||||
|
||||
<b>References:</b>
|
||||
<b>References:</b>
|
||||
|
||||
- <b><a class="el" href="annotated.html">Class Reference</a></b>
|
||||
- <b><a class="el" href="annotated.html">Class Reference</a></b>
|
||||
|
||||
- <b><a class="el" href="globals_func.html">Function Reference</a></b>
|
||||
- <b><a class="el" href="globals_func.html">Function Reference</a></b>
|
||||
|
||||
</TD>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
\todo The Index link in the html navigation bar needs to be removed
|
||||
or reconfigured as it creates a nested frame in firefox/linux
|
||||
whereas the MainPage tab at the top of the page works properly.
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="preface.html">[Next] Preface</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
|
||||
</td>
|
||||
<td width="10%" align="CENTER">
|
||||
<a class="el" href="main.html">[Index]</a>
|
||||
</td>
|
||||
<td width="45%" align="RIGHT">
|
||||
<a class="el" href="preface.html">
|
||||
Preface
|
||||
[Next]</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -346,10 +346,28 @@ SourceForge bug tracker pages.
|
||||
For general support and questions, please use the FLTK mailing list
|
||||
at "fltk@fltk.org" or one of the newsgroups.
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="preface.html">[Previous] Preface</a>
|
||||
<a class="el" href="basics.html">[Next] FLTK Basics</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="preface.html">
|
||||
[Prev]
|
||||
Preface
|
||||
</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="basics.html">
|
||||
FLTK Basics
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -490,11 +490,28 @@ DAMAGES.
|
||||
|
||||
\par END OF TERMS AND CONDITIONS
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="development.html">[Previous] Developer Information</a>
|
||||
<a class="el" href="examples.html">[Next] Example Source Code</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="development.html">
|
||||
[Prev]
|
||||
Developer Information
|
||||
</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="examples.html">
|
||||
Example Source Code
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -149,10 +149,28 @@ method to disable it:
|
||||
Fl::visible_focus(0);
|
||||
\endcode
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="osissues.html">[Previous] Operating System Issues</a>
|
||||
<a class="el" href="migration_1_3.html">[Next] Migrating Code from FLTK 1.1 to 1.3</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="osissues.html">
|
||||
[Prev]
|
||||
Operating System Issues
|
||||
</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="migration_1_3.html">
|
||||
Migrating Code from FLTK 1.1 to 1.3
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -56,8 +56,25 @@ any existing code, but makes it possible to use bigger scroll areas
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="migration_1_1.html">[Previous] Migrating Code from FLTK 1.1 to 1.3</a>
|
||||
<a class="el" href="development.html">[Next] Developer Information</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="migration_1_1.html">
|
||||
[Prev]
|
||||
Migrating Code from FLTK 1.0 to 1.1
|
||||
</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="development.html">
|
||||
Developer Information
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -457,10 +457,28 @@ The \p >scene() method sets the scene to be drawn. The scene is
|
||||
a collection of 3D objects in a \p csGroup. The scene is redrawn
|
||||
after this call.
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="subclassing.html">[Previous] Adding and Extending Widgets</a>
|
||||
<a class="el" href="fluid.html">[Next] Programming with FLUID</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="subclassing.html">
|
||||
[Prev]
|
||||
Adding and Extending Widgets
|
||||
</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="fluid.html">
|
||||
Programming with FLUID
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -753,10 +753,28 @@ MacOS version of FLTK:
|
||||
<tt>Fl_Window</tt>, but not a <tt>Fl_Window</tt> inside a
|
||||
<tt>Fl_Window</tt> inside a <tt>Fl_Window</tt>.
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="forms.html">[Previous] Forms Compatibility</a>
|
||||
<a class="el" href="migration_1_1.html">[Next] Migrating Code from FLTK 1.0 to 1.1</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="forms.html">
|
||||
[Prev]
|
||||
Forms Compatibility
|
||||
</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="migration_1_1.html">
|
||||
Migrating Code from FLTK 1.0 to 1.1
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -78,10 +78,28 @@ Corporation. OpenGL is a registered trademark of Silicon
|
||||
Graphics, Inc. Apple, Macintosh, MacOS, and Mac OS X are
|
||||
registered trademarks of Apple Computer, Inc.
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="intro.html">[Next] Introduction to FLTK</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="main.html">
|
||||
[Prev]
|
||||
Main Page
|
||||
</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="intro.html">
|
||||
Introduction to FLTK
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
@ -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
|
||||
|
||||
*/
|
||||
|
@ -74,10 +74,28 @@ system, FLTK will convert string as needed.
|
||||
characters. Right-to-left rendered text can not be marked or edited,
|
||||
and probably much more.
|
||||
|
||||
|
||||
\htmlonly
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="advanced.html">[Previous] Advanced FLTK </a>
|
||||
<a class="el" href="enumerations.html">[Next] FLTK Enumerations</a>
|
||||
<table summary="navigation bar" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="45%" align="LEFT">
|
||||
<a class="el" href="advanced.html">
|
||||
[Prev]
|
||||
Advanced 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="enumerations.html">
|
||||
FLTK Enumerations
|
||||
[Next]
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
\endhtmlonly
|
||||
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user