diff --git a/CHANGES b/CHANGES index 70e4f6084..60b9a6bcb 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,7 @@ CHANGES IN FLTK 1.1.8 - Documentation fixes (STR #1454, STR #1455, STR #1456, STR #1457, STR #1458, STR #1460, STR #1481, STR #1578, STR #1639, STR #1645, STR #1644, STR #1792, STR #1793, - STR #1742, STR #1777) + STR #1742, STR #1777, STR #1794) - Shared libraries would not build on 64-bit Linux systems with an existing non-PIC FLTK installation (STR #1791) diff --git a/documentation/Fl_Pack.html b/documentation/Fl_Pack.html index f5dadb699..d646deb6a 100644 --- a/documentation/Fl_Pack.html +++ b/documentation/Fl_Pack.html @@ -36,6 +36,7 @@ widgets.

@@ -51,6 +52,13 @@ Fl_Pack and all of it's children can be automatic (local) variables, but you must declare the Fl_Packfirst, so that it is destroyed last. +

Fl_Boxtype Fl_Pack::box() const +
void Fl_Pack::box(Fl_Boxtype)

+ +

Gets or sets the box type for the widget, which identifies a +routine that draws the background of the widget. Only frame +box types may be used with the Fl_Pack widget.

+

void Fl_Pack::resizable(Fl_Widget *box)
void Fl_Pack::resizable(Fl_Widget &box)
Fl_Widget *Fl_Pack::resizable() const