- Fl_Browser
diff --git a/documentation/Fl_Browser_.html b/documentation/Fl_Browser_.html
index 4d4956a4d..f5cca44fb 100644
--- a/documentation/Fl_Browser_.html
+++ b/documentation/Fl_Browser_.html
@@ -34,7 +34,7 @@ accessing image data or doing stat() on a file or doing some
other slow operation.
Methods
-
+
- Fl_Browser_
@@ -229,7 +229,7 @@ It allows the Fl_Browser_ to update its cache data as needed.
This method must be provided by the subclass to draw the item
-p in the area indicated by x, y, w,
+p in the area indicated by x, y, w,
and h.
@@ -265,7 +265,7 @@ item p in pixels. Allow for two additional pixels for the list
selection box. This method differs from
item_height in that it is only
called for selection and scrolling operations. The default implementation
-calls item_height.
+calls item_height.
diff --git a/documentation/Fl_Button.html b/documentation/Fl_Button.html
index 3c713852d..cd8c2db7a 100644
--- a/documentation/Fl_Button.html
+++ b/documentation/Fl_Button.html
@@ -33,7 +33,7 @@ Alt key so that the input field does not eat the event first as an
FL_KEYBOARD event.
Methods
-
+
- Fl_Button
diff --git a/documentation/Fl_Chart.html b/documentation/Fl_Chart.html
index 661bd521f..15420b6c6 100644
--- a/documentation/Fl_Chart.html
+++ b/documentation/Fl_Chart.html
@@ -18,10 +18,10 @@
Description
This widget displays simple charts and is provided for Forms compatibility.
-
+
Methods
-
+
- Fl_Chart
diff --git a/documentation/Fl_Check_Button.html b/documentation/Fl_Check_Button.html
index 475a8c9f6..1f60a548f 100644
--- a/documentation/Fl_Check_Button.html
+++ b/documentation/Fl_Check_Button.html
@@ -20,12 +20,12 @@
Buttons generate callbacks when they are clicked by the user. You
control exactly when and how by changing the values for type()
and when().
-
+
The Fl_Check_Button subclass display the "on" state by
turning on a light, rather than drawing pushed in. The shape of the
"light" is initially set to FL_DIAMOND_DOWN_BOX. The color of the
-light when on is controlled with selection_color(), which
-defaults to FL_RED.
+light when on is controlled with selection_color(), which
+defaults to FL_RED.
Methods
- Fl_Check_Button
diff --git a/documentation/Fl_Double_Window.html b/documentation/Fl_Double_Window.html
index ffe154f76..03ddfb08b 100644
--- a/documentation/Fl_Double_Window.html
+++ b/documentation/Fl_Double_Window.html
@@ -46,13 +46,8 @@ Fl_Double_Window::~Fl_Double_Window()
The destructor also deletes all the children. This allows a
whole tree to be deleted at once, without having to keep a pointer to
all the children in the user code.
-
Returns the off-screen pixmap or back buffer. This value is zero until
the first time flush() is called.
-
- | | | |