summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-02-09 11:41:56 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-02-09 11:41:56 +0000
commit4ac63b788ac61296a12b0694ded763244023ff53 (patch)
tree8536c29e82572d192bbb2a3f331ad29083619eb9
parent698da81690848f9421f50f0f34a26f61c17c6e7a (diff)
Improved image layout in Fl_Group::resizable() docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6656 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--FL/Fl_Group.H3
-rw-r--r--src/Fl_Group.cxx2
2 files changed, 5 insertions, 0 deletions
diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H
index 21d8c8d46..314372fac 100644
--- a/FL/Fl_Group.H
+++ b/FL/Fl_Group.H
@@ -130,8 +130,11 @@ public:
In these examples the gray area is the resizable:
\image html resizebox1.gif
+
\image html resizebox2.gif
+
\image latex resizebox1.eps "before resize" width=4cm
+
\image latex resizebox2.eps "after resize" width=4cm
The resizable may be set to the group itself, in which case all the
diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx
index 8eaa81b93..b42f1caf8 100644
--- a/src/Fl_Group.cxx
+++ b/src/Fl_Group.cxx
@@ -539,6 +539,8 @@ void Fl_Group::init_sizes() {
\note You should never need to use this method directly, unless you have
special needs to rearrange the children of a Fl_Group. Fl_Tile uses
this to rearrange its widget positions.
+
+ \sa init_sizes()
\todo Should the internal representation of the sizes() array be documented?
*/