diff --git a/CHANGES b/CHANGES index 1d387b508..9e163bff8 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,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 #1639, STR #1645, STR #1644, STR #1793) - Fixed Fl_Chart drawing (STR #1756) - Fixed mapping of subwindows with unmapped parent windows (STR #1706) diff --git a/documentation/Fl_Group.html b/documentation/Fl_Group.html index ac19bb771..1dab3a2f0 100644 --- a/documentation/Fl_Group.html +++ b/documentation/Fl_Group.html @@ -165,7 +165,8 @@ box are moved. Resizeable groups

The resizable may be set to the group itself (this is the default value for an Fl_Group, although NULL is the default -for an Fl_Window), in which case all the contents are resized. +for Fl_Window and Fl_Pack), in which case all the +contents are resized. If the resizable is NULL then all widgets remain a fixed size and distance from the top-left corner.

It is possible to achieve any type of resize behavior by using an diff --git a/documentation/Fl_Pack.html b/documentation/Fl_Pack.html index 70ebcd953..9a19f1068 100644 --- a/documentation/Fl_Pack.html +++ b/documentation/Fl_Pack.html @@ -36,6 +36,7 @@ widgets.

Fl_Pack::Fl_Pack(int x, int y, int w, int @@ -49,6 +50,15 @@ all the children in the user code. A kludge has been done so the 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. + +

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

+

The resizable for Fl_Pack is set to NULL by +default.

+ +

See also: Fl_Group::resizable()

+

int Fl_Pack::spacing() const
void Fl_Pack::spacing(int)

Gets or sets the number of extra pixels of blank space that are added