diff --git a/CHANGES b/CHANGES index c59447e63..46426c611 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,11 @@ CHANGES SINCE FLTK 1.0.10 - Eliminated all "string literal converted to char *" warnings. + - OS/2 updates from Alexander Mai. + + - Tidied up the HTML documentation to be more standards + compliant. + - Added support for AIX (static library only). - Added support for SunOS 4.x diff --git a/documentation/Fl_Adjuster.html b/documentation/Fl_Adjuster.html index e3336f8c5..4cc5c464b 100644 --- a/documentation/Fl_Adjuster.html +++ b/documentation/Fl_Adjuster.html @@ -19,7 +19,7 @@


When you press a button and drag to the right the value increases. When you drag to the left it decreases. The largest button adjusts by 100 * step(), the next by 10 * step() and that diff --git a/documentation/Fl_Box.html b/documentation/Fl_Box.html index 4aa5cffeb..ccc593b17 100644 --- a/documentation/Fl_Box.html +++ b/documentation/Fl_Box.html @@ -31,7 +31,7 @@ const char * = 0) char *) The first constructor sets box() to FL_NO_BOX, which means it is invisible. However such widgets are useful as placeholders -or Fl_Group::resizable() +or Fl_Group::resizable() values. To change the box to something visible, use box(n).
The second form of the constructor sets the box to the specified box type.
diff --git a/documentation/Fl_Browser.html b/documentation/Fl_Browser.html index 6d34ea4c9..34516f1d9 100644 --- a/documentation/Fl_Browser.html +++ b/documentation/Fl_Browser.html @@ -48,7 +48,7 @@ browser is a lot of work or is inefficient, you may want to make a subclass of Fl_Browser_.
Methods
|