From 072398649c07f7a839eb13a04ac5c416e305a73c Mon Sep 17 00:00:00 2001
From: Matthias Melcher 
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()
+