From 072398649c07f7a839eb13a04ac5c416e305a73c Mon Sep 17 00:00:00 2001
From: Matthias Melcher
Date: Sun, 7 Oct 2007 09:43:10 +0000
Subject: STR #1793: Updated docs to reflect the default for
Fl_Pack::resizable() to be NULL.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5945 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
CHANGES | 2 +-
documentation/Fl_Group.html | 3 ++-
documentation/Fl_Pack.html | 10 ++++++++++
3 files changed, 13 insertions(+), 2 deletions(-)
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.