From af16ba7e8bedeb1caa9e15739cc11dfd3c85d49a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 13 Feb 2002 03:33:53 +0000 Subject: [PATCH] Fix links in FLTK docos. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1957 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_File_Chooser.html | 2 +- documentation/Fl_Overlay_Window.html | 3 +- documentation/Fl_Text_Buffer.html | 140 +++++++++++++-------------- documentation/Fl_Widget.html | 2 +- documentation/common.html | 4 +- documentation/fluid.html | 2 +- documentation/index.html | 2 +- documentation/preface.html | 4 +- documentation/subclassing.html | 2 +- 9 files changed, 80 insertions(+), 81 deletions(-) diff --git a/documentation/Fl_File_Chooser.html b/documentation/Fl_File_Chooser.html index c781513d8..a38e945da 100644 --- a/documentation/Fl_File_Chooser.html +++ b/documentation/Fl_File_Chooser.html @@ -2,7 +2,7 @@ -

class Fl_File_Chooser

+

class Fl_File_Chooser


diff --git a/documentation/Fl_Overlay_Window.html b/documentation/Fl_Overlay_Window.html index 1a838196d..33c14a867 100644 --- a/documentation/Fl_Overlay_Window.html +++ b/documentation/Fl_Overlay_Window.html @@ -46,8 +46,7 @@ Fl_Overlay_Window::draw_overlay() = 0 You must subclass Fl_Overlay_Window and provide this method. It is just like a draw() method, except it draws the overlay. The overlay will have already been "cleared" when this is called. You -can use any of the routines described in -<FL/fl_draw.H>. +can use any of the routines described in <FL/fl_draw.H>.

void Fl_Overlay_Window::redraw_overlay()

Call this to indicate that the overlay data has changed and needs to diff --git a/documentation/Fl_Text_Buffer.html b/documentation/Fl_Text_Buffer.html index 62ba6e2a0..5b0fb5ff9 100644 --- a/documentation/Fl_Text_Buffer.html +++ b/documentation/Fl_Text_Buffer.html @@ -33,76 +33,76 @@ excellent NEdit text editor engine - see diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html index b29e11f41..6a70e23bd 100644 --- a/documentation/Fl_Widget.html +++ b/documentation/Fl_Widget.html @@ -137,7 +137,7 @@ any), not this window.

Fl_Boxtype Fl_Widget::box() const
void Fl_Widget::box(Fl_Boxtype)

The box() identifies a routine that draws the background of -the widget. See Box Types for the +the widget. See Box Types for the available types. The default depends on the widget, but is usually FL_NO_BOX or FL_UP_BOX.

Fl_Color Fl_Widget::color() const diff --git a/documentation/common.html b/documentation/common.html index bad086ebe..339c2c6fa 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -1,7 +1,7 @@ -

3 - Common Widgets and Attributes

+

3 - Common Widgets and Attributes

This chapter describes many of the widgets that are provided with FLTK and covers how to query and set the standard @@ -253,7 +253,7 @@ button->labelcolor(FL_WHITE);

The type Fl_Boxtype stored and returned in Fl_Widget::box() -is an enumeration defined in <Enumerations.H>. +is an enumeration defined in <Enumerations.H>. Figure 3-3 shows the standard box types included with FLTK.

FLTK Box Types
diff --git a/documentation/fluid.html b/documentation/fluid.html index cedda5716..c45f6fda3 100644 --- a/documentation/fluid.html +++ b/documentation/fluid.html @@ -1,5 +1,5 @@ -

9 - Programming with FLUID

+

9 - Programming with FLUID

This chapter shows how to use the Fast Light User-Interface Designer ("FLUID") to create your GUIs. diff --git a/documentation/index.html b/documentation/index.html index fd1e3a3a2..639180c55 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -73,7 +73,7 @@ B - Function Reference

- C - FLTK Enumerations.H + C - FLTK Enumerations.H

diff --git a/documentation/preface.html b/documentation/preface.html index 2809358f2..2246b2fac 100644 --- a/documentation/preface.html +++ b/documentation/preface.html @@ -41,13 +41,13 @@ interfaces.

  • Chapter 8 - Using OpenGL
  • -
  • Chapter 9 - Programming With FLUID
  • +
  • Chapter 9 - Programming With FLUID
  • Appendix A - Class Reference
  • Appendix B - Function Reference
  • -
  • Appendix C - Enumeration +
  • Appendix C - Enumeration Reference
  • Appendix D - GLUT Compatibility
  • diff --git a/documentation/subclassing.html b/documentation/subclassing.html index 069bb26b2..5b1f69e0f 100644 --- a/documentation/subclassing.html +++ b/documentation/subclassing.html @@ -27,7 +27,7 @@ virtual methods, and overriding some or all of these may be necessary. - This will allow the class to be used in FLUID + This will allow the class to be used in FLUID without problems.

    The constructor must call the constructor for the base class and pass the same arguments: