From 82e80a4fa0ca72ffaa2f2a23a42d6482a8425a46 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 28 Sep 2008 23:24:36 +0000 Subject: Added navigation bar. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6352 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/advanced.dox | 7 +++++++ documentation/basics.dox | 7 +++++++ documentation/common.dox | 7 +++++++ documentation/development.dox | 8 +++----- documentation/drawing.dox | 7 +++++++ documentation/editor.dox | 7 +++++++ documentation/enumerations.dox | 6 ++++++ documentation/events.dox | 7 +++++++ documentation/examples.dox | 5 +++++ documentation/fluid.dox | 7 +++++++ documentation/forms.dox | 7 +++++++ documentation/glut.dox | 7 +++++++ documentation/index.dox | 4 ++-- documentation/intro.dox | 7 +++++++ documentation/license.dox | 7 +++++++ documentation/migration_1_1.dox | 7 +++++++ documentation/migration_1_3.dox | 7 +++++++ documentation/opengl.dox | 7 +++++++ documentation/osissues.dox | 7 +++++++ documentation/preface.dox | 5 +++++ documentation/subclassing.dox | 7 +++++++ documentation/unicode.dox | 6 ++++++ 22 files changed, 139 insertions(+), 7 deletions(-) (limited to 'documentation') 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 void *thread_message(), void unlock(). +
+[Index]    +[Previous]  + \ref fluid    +[Next]  + \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.

#include \endcode +
+[Index]    +[Previous]  + \ref intro    +[Next]  + \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 Shift, Alt, and Control.

+
+[Index]    +[Previous]  + \ref basics    +[Next]  + \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:

-\section development_proposed_nav Proposed (semi-final) Navigation Elements +\section development_proposed_nav Proposed (final) Navigation Elements See below.
-[Index] -    +[Index]    [Previous]  - \ref migration_1_3 -    + \ref migration_1_3    [Next]  \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)

Copy a rectangular area of the size w*h from srcx, srcy in the offscreen buffer into the current buffer at x, y. +


+[Index]    +[Previous]  + \ref editor    +[Next]  + \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 +
+[Index]    +[Previous]  + \ref common    +[Next]  + \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.

  • FL_DAMAGE_ALL - Everything needs to be redrawn.
  • +
    +[Index]    +[Previous] B - Function Reference  +[Next]  + \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. +
    +[Index]    +[Previous]  + \ref drawing    +[Next]  + \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 fluid were created using fluid. +
    +[Index]    +[Previous]  + \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. +
    +[Index]    +[Previous]  + \ref opengl    +[Next]  + \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 +
    +[Index]    +[Previous]  + \ref glut    +[Next]  + \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()

    void Fl_Glut_Window::make_current()

    Switches all drawing functions to the GLUT window. +
    +[Index]    +[Previous]  + \ref enumerations    +[Next]  + \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 - A - Class Reference + A - Class Reference - B - Function Reference + B - Function Reference \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.

    For general support and questions, please use the FLTK mailing list at "fltk@fltk.org" or one of the newsgroups.

    +
    +[Index]    +[Previous]  + \ref preface    +[Next]  + \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.

    END OF TERMS AND CONDITIONS

    +
    +[Index]    +[Previous]  + \ref development    +[Next]  + \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 +
    +[Index]    +[Previous]  + \ref osissues    +[Next]  + \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. +
    +[Index]    +[Previous]  + \ref migration_1_1    +[Next]  + \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 csGroup. The scene is redrawn after this call. +
    +[Index]    +[Previous]  + \ref subclassing    +[Next]  + \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: +
    +[Index]    +[Previous]  + \ref forms    +[Next]  + \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.

    +
    +[Index]    +[Next]  + \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 "Appendix F - Operating System Issues" for more information. +
    +[Index]    +[Previous]  + \ref events    +[Next]  + \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: +
    +[Index]    +[Previous]  + \ref advanced    +[Next]  A - Class Reference + */ -- cgit v1.2.3