Add Fl_Group::clear() docos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2965 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
f5dd08a9b3
commit
14b142f7a8
@ -44,6 +44,7 @@ behavior.
|
||||
<UL>
|
||||
<LI><A href=#Fl_Group.child>child</A></LI>
|
||||
<LI><A href=#Fl_Group.children>children</A></LI>
|
||||
<LI><A href="#Fl_Group.clear">clear</A></LI>
|
||||
<LI><A href=#Fl_Group.current>current</A></LI>
|
||||
</UL>
|
||||
</TD><TD align=left valign=top>
|
||||
@ -78,6 +79,10 @@ 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.clear">void Fl_Group::clear()</A></H4>
|
||||
|
||||
<P>The <TT>clear()</TT> method deletes all child widgets recursively.
|
||||
|
||||
<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
|
||||
|
Loading…
Reference in New Issue
Block a user