Added navigation bar.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6352 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
acbb5af54b
commit
82e80a4fa0
@ -87,4 +87,11 @@ related methods that will handle system messages</li>
|
||||
<a href="Fl.html#Fl.thread_message">void *thread_message()</A>,
|
||||
<a href="Fl.html#Fl.unlock">void unlock()</A>.
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="fluid.html">[Previous]</a>
|
||||
\ref fluid
|
||||
<a class="el" href="unicode.html">[Next]</a>
|
||||
\ref unicode
|
||||
|
||||
*/
|
||||
|
||||
@ -346,4 +346,11 @@ better and can be used with the "optimized for speed" setting.</P>
|
||||
#include <Fl/fl_xyz.h>
|
||||
\endcode
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="intro.html">[Previous]</a>
|
||||
\ref intro
|
||||
<a class="el" href="common.html">[Next]</a>
|
||||
\ref common
|
||||
|
||||
*/
|
||||
|
||||
@ -642,4 +642,11 @@ or one of the special keys like
|
||||
combined with any modifiers like <KBD>Shift</KBD>,
|
||||
<KBD>Alt</KBD>, and <KBD>Control</KBD>.</P>
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="basics.html">[Previous]</a>
|
||||
\ref basics
|
||||
<a class="el" href="editor.html">[Next]</a>
|
||||
\ref editor
|
||||
|
||||
*/
|
||||
|
||||
@ -383,16 +383,14 @@ becomes:
|
||||
<br>
|
||||
<br>
|
||||
|
||||
\section development_proposed_nav Proposed (semi-final) Navigation Elements
|
||||
\section development_proposed_nav Proposed (final) Navigation Elements
|
||||
|
||||
See below.
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="migration_1_3.html">[Previous]</a>
|
||||
\ref migration_1_3
|
||||
|
||||
\ref migration_1_3
|
||||
<a class="el" href="license.html">[Next]</a>
|
||||
\ref license
|
||||
|
||||
|
||||
@ -968,4 +968,11 @@ int w, int h, Fl_Offscreen osrc, int srcx, int srcy)</A></H4>
|
||||
<P>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>.
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="editor.html">[Previous]</a>
|
||||
\ref editor
|
||||
<a class="el" href="events.html">[Next]</a>
|
||||
\ref events
|
||||
|
||||
*/
|
||||
|
||||
@ -900,4 +900,11 @@ style_parse(const char *text,
|
||||
}
|
||||
\endcode
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="common.html">[Previous]</a>
|
||||
\ref common
|
||||
<a class="el" href="drawing.html">[Next]</a>
|
||||
\ref drawing
|
||||
|
||||
*/
|
||||
|
||||
@ -308,4 +308,10 @@ cursors.</P>
|
||||
<LI><TT>FL_DAMAGE_ALL</TT> - Everything needs to be redrawn. </LI>
|
||||
</UL>
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="globals_func.html">[Previous] B - Function Reference</a>
|
||||
<a class="el" href="glut.html">[Next]</a>
|
||||
\ref glut
|
||||
|
||||
*/
|
||||
|
||||
@ -387,4 +387,11 @@ text.
|
||||
|
||||
</UL>
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="drawing.html">[Previous]</a>
|
||||
\ref drawing
|
||||
<a class="el" href="subclassing.html">[Next]</a>
|
||||
\ref subclassing
|
||||
|
||||
*/
|
||||
|
||||
@ -445,4 +445,9 @@ numeric values.
|
||||
useful visual UI designer. Many parts of <tt>fluid</tt> were
|
||||
created using <tt>fluid</tt>.
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="license.html">[Previous]</a>
|
||||
\ref license
|
||||
|
||||
*/
|
||||
|
||||
@ -1345,4 +1345,11 @@ 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.
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="opengl.html">[Previous]</a>
|
||||
\ref opengl
|
||||
<a class="el" href="advanced.html">[Next]</a>
|
||||
\ref advanced
|
||||
|
||||
*/
|
||||
|
||||
@ -198,4 +198,11 @@ fl_font_name(10,"*bookman-demi-r-no*");
|
||||
fl_font_name(11,"*bookman-light-i-no*");
|
||||
\endcode
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="glut.html">[Previous]</a>
|
||||
\ref glut
|
||||
<a class="el" href="osissues.html">[Next]</a>
|
||||
\ref osissues
|
||||
|
||||
*/
|
||||
|
||||
@ -190,4 +190,11 @@ Fl_Glut_Window::~Fl_Glut_Window()</A></H4>
|
||||
<H4><A name="Fl_Glut_Window.make_current">void Fl_Glut_Window::make_current()</A></H4>
|
||||
Switches all drawing functions to the GLUT window.
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="enumerations.html">[Previous]</a>
|
||||
\ref enumerations
|
||||
<a class="el" href="forms.html">[Next]</a>
|
||||
\ref forms
|
||||
|
||||
*/
|
||||
|
||||
@ -61,9 +61,9 @@
|
||||
|
||||
\subpage unicode
|
||||
|
||||
<b><A HREF="classes.html">A - Class Reference</A></b>
|
||||
<b><a class="el" href="classes.html">A - Class Reference</a></b>
|
||||
|
||||
<b><A HREF="globals_func.html">B - Function Reference</A></b>
|
||||
<b><a class="el" href="globals_func.html">B - Function Reference</a></b>
|
||||
|
||||
\subpage enumerations
|
||||
|
||||
|
||||
@ -367,4 +367,11 @@ SourceForge bug tracker pages.</P>
|
||||
<P>For general support and questions, please use the FLTK mailing list
|
||||
at "fltk@fltk.org" or one of the newsgroups.</P>
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="preface.html">[Previous]</a>
|
||||
\ref preface
|
||||
<a class="el" href="basics.html">[Next]</a>
|
||||
\ref basics
|
||||
|
||||
*/
|
||||
|
||||
@ -434,4 +434,11 @@ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
||||
DAMAGES. </P>
|
||||
<P ALIGN="CENTER"><B>END OF TERMS AND CONDITIONS</B></P>
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="development.html">[Previous]</a>
|
||||
\ref development
|
||||
<a class="el" href="examples.html">[Next]</a>
|
||||
\ref examples
|
||||
|
||||
*/
|
||||
|
||||
@ -155,4 +155,11 @@ method to disable it:
|
||||
Fl::visible_focus(0);
|
||||
\endcode
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="osissues.html">[Previous]</a>
|
||||
\ref osissues
|
||||
<a class="el" href="migration_1_3.html">[Next]</a>
|
||||
\ref migration_1_3
|
||||
|
||||
*/
|
||||
|
||||
@ -8,4 +8,11 @@
|
||||
If you want to migrate your code from FLTK 1.0 to FLTK 1.3,
|
||||
then you should also consult Appendix \ref migration_1_1.
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="migration_1_1.html">[Previous]</a>
|
||||
\ref migration_1_1
|
||||
<a class="el" href="development.html">[Next]</a>
|
||||
\ref development
|
||||
|
||||
*/
|
||||
|
||||
@ -457,4 +457,11 @@ void OptimizerWindow::draw() {
|
||||
a collection of 3D objects in a <TT>csGroup</TT>. The scene is redrawn
|
||||
after this call.
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="subclassing.html">[Previous]</a>
|
||||
\ref subclassing
|
||||
<a class="el" href="fluid.html">[Next]</a>
|
||||
\ref fluid
|
||||
|
||||
*/
|
||||
|
||||
@ -737,4 +737,11 @@ MacOS version of FLTK:
|
||||
|
||||
</UL>
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="forms.html">[Previous]</a>
|
||||
\ref forms
|
||||
<a class="el" href="migration_1_1.html">[Next]</a>
|
||||
\ref migration_1_1
|
||||
|
||||
*/
|
||||
|
||||
@ -107,4 +107,9 @@ Corporation. OpenGL is a registered trademark of Silicon
|
||||
Graphics, Inc. Apple, Macintosh, MacOS, and Mac OS X are
|
||||
registered trademarks of Apple Computer, Inc.</P>
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="intro.html">[Next]</a>
|
||||
\ref intro
|
||||
|
||||
*/
|
||||
|
||||
@ -427,4 +427,11 @@ get access to different visuals or to change other attributes of
|
||||
the windows. See <A href="osissues.html">"Appendix F - Operating
|
||||
System Issues"</A> for more information.
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="events.html">[Previous]</a>
|
||||
\ref events
|
||||
<a class="el" href="opengl.html">[Next]</a>
|
||||
\ref opengl
|
||||
|
||||
*/
|
||||
|
||||
@ -83,4 +83,10 @@ ISSUES:
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
<hr>
|
||||
<a class="el" href="index.html">[Index]</a>
|
||||
<a class="el" href="advanced.html">[Previous]</a>
|
||||
\ref advanced
|
||||
<a class="el" href="classes.html">[Next] A - Class Reference</a>
|
||||
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user