diff options
| -rw-r--r-- | FL/Fl_Group.H | 3 | ||||
| -rw-r--r-- | src/Fl_Group.cxx | 2 |
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? */ |
