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.
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.
The resizable for Fl_Pack is set to NULL by +default.
+ +See also: Fl_Group::resizable()
+