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.

Fl_Box::~Fl_Box(void)

- The destructor removes the box. \ No newline at end of file +The destructor removes the box. + diff --git a/documentation/Fl_Choice.html b/documentation/Fl_Choice.html index c13d95ddb..627e8fbda 100644 --- a/documentation/Fl_Choice.html +++ b/documentation/Fl_Choice.html @@ -38,6 +38,7 @@ putting a '&' character in the label(). See Typing the shortcut() of any of the items will do exactly the same as when you pick the item with the mouse. The '&' character in item names are only looked at when the menu is popped up, however.

+

Fl_Choice widget.

Methods