diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-09-28 23:24:36 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-09-28 23:24:36 +0000 |
| commit | 82e80a4fa0ca72ffaa2f2a23a42d6482a8425a46 (patch) | |
| tree | 0cd4477cdb145e52bab2fa4988d8377f820b7b34 | |
| parent | acbb5af54bcbdcb2dc561954395cfa25f09fcb5c (diff) | |
Added navigation bar.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6352 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | documentation/advanced.dox | 7 | ||||
| -rw-r--r-- | documentation/basics.dox | 7 | ||||
| -rw-r--r-- | documentation/common.dox | 7 | ||||
| -rw-r--r-- | documentation/development.dox | 8 | ||||
| -rw-r--r-- | documentation/drawing.dox | 7 | ||||
| -rw-r--r-- | documentation/editor.dox | 7 | ||||
| -rw-r--r-- | documentation/enumerations.dox | 6 | ||||
| -rw-r--r-- | documentation/events.dox | 7 | ||||
| -rw-r--r-- | documentation/examples.dox | 5 | ||||
| -rw-r--r-- | documentation/fluid.dox | 7 | ||||
| -rw-r--r-- | documentation/forms.dox | 7 | ||||
| -rw-r--r-- | documentation/glut.dox | 7 | ||||
| -rw-r--r-- | documentation/index.dox | 4 | ||||
| -rw-r--r-- | documentation/intro.dox | 7 | ||||
| -rw-r--r-- | documentation/license.dox | 7 | ||||
| -rw-r--r-- | documentation/migration_1_1.dox | 7 | ||||
| -rw-r--r-- | documentation/migration_1_3.dox | 7 | ||||
| -rw-r--r-- | documentation/opengl.dox | 7 | ||||
| -rw-r--r-- | documentation/osissues.dox | 7 | ||||
| -rw-r--r-- | documentation/preface.dox | 5 | ||||
| -rw-r--r-- | documentation/subclassing.dox | 7 | ||||
| -rw-r--r-- | documentation/unicode.dox | 6 |
22 files changed, 139 insertions, 7 deletions
diff --git a/documentation/advanced.dox b/documentation/advanced.dox index 4e4aeeffb..5f084c2c7 100644 --- a/documentation/advanced.dox +++ b/documentation/advanced.dox @@ -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 + */ diff --git a/documentation/basics.dox b/documentation/basics.dox index ed5c3812d..3fb1366f7 100644 --- a/documentation/basics.dox +++ b/documentation/basics.dox @@ -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 + */ diff --git a/documentation/common.dox b/documentation/common.dox index 963edbbfd..62dbebe73 100644 --- a/documentation/common.dox +++ b/documentation/common.dox @@ -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 + */ diff --git a/documentation/development.dox b/documentation/development.dox index e995a741b..af5058215 100644 --- a/documentation/development.dox +++ b/documentation/development.dox @@ -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 diff --git a/documentation/drawing.dox b/documentation/drawing.dox index d793f2215..0896229ae 100644 --- a/documentation/drawing.dox +++ b/documentation/drawing.dox @@ -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 + */ diff --git a/documentation/editor.dox b/documentation/editor.dox index 760e2ab1f..ab708c531 100644 --- a/documentation/editor.dox +++ b/documentation/editor.dox @@ -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 + */ diff --git a/documentation/enumerations.dox b/documentation/enumerations.dox index 6a60b69e9..281608f0a 100644 --- a/documentation/enumerations.dox +++ b/documentation/enumerations.dox @@ -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 + */ diff --git a/documentation/events.dox b/documentation/events.dox index 031885ddb..6f4db3c1c 100644 --- a/documentation/events.dox +++ b/documentation/events.dox @@ -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 + */ diff --git a/documentation/examples.dox b/documentation/examples.dox index 38902657f..de9a2040b 100644 --- a/documentation/examples.dox +++ b/documentation/examples.dox @@ -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 + */ diff --git a/documentation/fluid.dox b/documentation/fluid.dox index 5a8323abe..61cc7be5b 100644 --- a/documentation/fluid.dox +++ b/documentation/fluid.dox @@ -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 + */ diff --git a/documentation/forms.dox b/documentation/forms.dox index 6db19983e..4706571fb 100644 --- a/documentation/forms.dox +++ b/documentation/forms.dox @@ -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 + */ diff --git a/documentation/glut.dox b/documentation/glut.dox index 8ef1a32f5..cdbb1616e 100644 --- a/documentation/glut.dox +++ b/documentation/glut.dox @@ -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 + */ diff --git a/documentation/index.dox b/documentation/index.dox index 27e912039..1f6bb2e64 100644 --- a/documentation/index.dox +++ b/documentation/index.dox @@ -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 diff --git a/documentation/intro.dox b/documentation/intro.dox index d17479362..2f527cdad 100644 --- a/documentation/intro.dox +++ b/documentation/intro.dox @@ -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 + */ diff --git a/documentation/license.dox b/documentation/license.dox index 52e8d99e3..84d9c0aab 100644 --- a/documentation/license.dox +++ b/documentation/license.dox @@ -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 + */ diff --git a/documentation/migration_1_1.dox b/documentation/migration_1_1.dox index c8196ed77..2f1533675 100644 --- a/documentation/migration_1_1.dox +++ b/documentation/migration_1_1.dox @@ -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 + */ diff --git a/documentation/migration_1_3.dox b/documentation/migration_1_3.dox index 386afa6a4..d22f1c439 100644 --- a/documentation/migration_1_3.dox +++ b/documentation/migration_1_3.dox @@ -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 + */ diff --git a/documentation/opengl.dox b/documentation/opengl.dox index 9a8dc9cbb..c06d1bb4d 100644 --- a/documentation/opengl.dox +++ b/documentation/opengl.dox @@ -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 + */ diff --git a/documentation/osissues.dox b/documentation/osissues.dox index e1742e296..1b9d082f9 100644 --- a/documentation/osissues.dox +++ b/documentation/osissues.dox @@ -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 + */ diff --git a/documentation/preface.dox b/documentation/preface.dox index 4845fe6ca..85920d91b 100644 --- a/documentation/preface.dox +++ b/documentation/preface.dox @@ -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 + */ diff --git a/documentation/subclassing.dox b/documentation/subclassing.dox index 766eb627a..865f58cb8 100644 --- a/documentation/subclassing.dox +++ b/documentation/subclassing.dox @@ -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 + */ diff --git a/documentation/unicode.dox b/documentation/unicode.dox index aea16eb06..381dfdae2 100644 --- a/documentation/unicode.dox +++ b/documentation/unicode.dox @@ -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> + */ |
