summaryrefslogtreecommitdiff
path: root/documentation/Fl_Group.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2000-04-28 18:15:26 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2000-04-28 18:15:26 +0000
commit0e6e2393bfc7eeaa47b8a2ebd6c2023f560d7a90 (patch)
tree520f55d1b4ea126082b79300d5936065e81388c5 /documentation/Fl_Group.html
parent0f36c495f9d2c4b41e61ca35684e8968fb70ee54 (diff)
Typos reported by Alexander Mai
Fl_Browser_ docos finished. Added Fl_Group::init_sizes() description. Added links for common widgets in chapter 3 (?) Fixed formatting problems in subclassing and FLUID chapters. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1100 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Group.html')
-rw-r--r--documentation/Fl_Group.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/documentation/Fl_Group.html b/documentation/Fl_Group.html
index 2f75c46ed..ee8930c85 100644
--- a/documentation/Fl_Group.html
+++ b/documentation/Fl_Group.html
@@ -50,10 +50,11 @@ behavior.
<UL>
<LI><A href=#Fl_Group.end>end</A></LI>
<LI><A href=#Fl_Group.find>find</A></LI>
-<LI><A href=#Fl_Group.insert>insert</A></LI>
+<LI><A href=#Fl_Group.init_sizes>init_sizes</A></LI>
</UL>
</TD><TD align=left valign=top>
<UL>
+<LI><A href=#Fl_Group.insert>insert</A></LI>
<LI><A href=#Fl_Group.remove>remove</A></LI>
<LI><A href=#Fl_Group.resizeable>resizable</A></LI>
</UL>
@@ -77,6 +78,14 @@ that it is destroyed last.
The widget is removed from it's current group (if any) and then added
to the end of this group.
+<H4><A name="Fl_Group.init_sizes">void Fl_Group::init_sizes()</A></H4>
+
+The <TT>Fl_Group</TT> widget keeps track of the original widget sizes and
+positions when resizing occurs so that if you resize a window back to its
+original size the widgets will be in the correct places. If you rearrange
+the widgets in your group, call this method to register the new arrangement
+with the <TT>Fl_Group</TT> that contains them.
+
<H4><A name=Fl_Group.insert>void Fl_Group::insert(Fl_Widget &amp;w, int n)</A></H4>
The widget is removed from it's current group (if any) and then