From af16ba7e8bedeb1caa9e15739cc11dfd3c85d49a Mon Sep 17 00:00:00 2001
From: Michael R Sweet 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. 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_Text_Buffer
- ~Fl_Text_Buffer
- add_modify_callback
- append
- appendfile
- call_modify_callbacks
- character
- character_width
- clear_rectangular
- copy
- count_displayed_characters
- count_lines
- expand_character
- findchar_backward
- findchar_forward
- findchars_backward
- findchars_forward
- highlight
- highlight_position
- highlight_rectangular
- highlight_selection
- highlight_text
- insert_column
- insertfile
- insert
- length
- line_end
- line_start
- line_text
- loadfile
- null_substitution_character
- outputfile
- overlay_rectangular
- primary_selection
- remove_modify_callback
- remove_rectangular
- remove
- remove_secondary_selection
- remove_selection
- replace_rectangular
- replace
- replace_secondary_selection
- replace_selection
- rewind_lines
- savefile
- search_backward
- search_forward
- secondary_selection_position
- secondary_selection
- secondary_selection_text
- secondary_select_rectangular
- secondary_select
- secondary_unselect
- selected
- selection_position
- selection_text
- select_rectangular
- select
- skip_displayed_characters
- skip_lines
- substitute_null_characters
- tab_distance
- text_in_rectangle
- text_range
- text
- unhighlight
- unselect
- unsubstitute_null_characters
- word_end
- word_start
+ Fl_Text_Buffer
+ ~Fl_Text_Buffer
+ add_modify_callback
+ append
+ appendfile
+ call_modify_callbacks
+ character
+ character_width
+ clear_rectangular
+ copy
+ count_displayed_characters
+ count_lines
+ expand_character
+ findchar_backward
+ findchar_forward
+ findchars_backward
+ findchars_forward
+ highlight
+ highlight_position
+ highlight_rectangular
+ highlight_selection
+ highlight_text
+ insert_column
+ insertfile
+ insert
+ length
+ line_end
+ line_start
+ line_text
+ loadfile
+ null_substitution_character
+ outputfile
+ overlay_rectangular
+ primary_selection
+ remove_modify_callback
+ remove_rectangular
+ remove
+ remove_secondary_selection
+ remove_selection
+ replace_rectangular
+ replace
+ replace_secondary_selection
+ replace_selection
+ rewind_lines
+ savefile
+ search_backward
+ search_forward
+ secondary_selection_position
+ secondary_selection
+ secondary_selection_text
+ secondary_select_rectangular
+ secondary_select
+ secondary_unselect
+ selected
+ selection_position
+ selection_text
+ select_rectangular
+ select
+ skip_displayed_characters
+ skip_lines
+ substitute_null_characters
+ tab_distance
+ text_in_rectangle
+ text_range
+ text
+ unhighlight
+ unselect
+ unsubstitute_null_characters
+ word_end
+ word_start
Fl_Boxtype Fl_Widget::box() const
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.
void Fl_Widget::box(Fl_Boxtype)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

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.
MyClass(int x, int y, int w, int h, const char *label = 0);- 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: