diff --git a/CHANGES b/CHANGES index dc5891b92..59f64e738 100644 --- a/CHANGES +++ b/CHANGES @@ -15,6 +15,8 @@ CHANGES IN FLTK 1.1.0b3 - fl_line_style() used different default cap and join options for WIN32 and X11. + - Documentation updates from A. Suatoni. + CHANGES IN FLTK 1.1.0b2 diff --git a/documentation/Fl_Box.html b/documentation/Fl_Box.html index ccc593b17..74ad9b67a 100644 --- a/documentation/Fl_Box.html +++ b/documentation/Fl_Box.html @@ -31,9 +31,10 @@ 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.