summaryrefslogtreecommitdiff
path: root/documentation/Fl_Group.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-14 22:14:01 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-14 22:14:01 +0000
commit46f509f7de8b069eccaa081bbb7112a532c33e51 (patch)
treec4f21d1d9169624f784eb3e67ac4850d871210fb /documentation/Fl_Group.html
parenta98c49d088c9101fea4ac8fd544f42249be1a8fd (diff)
More image updates, minor typos, etc.
git-svn-id: file:///fltk/svn/fltk/trunk@227 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Group.html')
-rw-r--r--documentation/Fl_Group.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/Fl_Group.html b/documentation/Fl_Group.html
index 16e8e4f58..e307d71b4 100644
--- a/documentation/Fl_Group.html
+++ b/documentation/Fl_Group.html
@@ -87,9 +87,7 @@ automatically called by the constructor for Fl_Group (and thus for
Fl_Window as well). <TT>begin()</TT> does <TT>current(this)</TT>.
<P><I>Don't forget to <TT>end()</TT> the group or window!</I></P>
<H4><A name=Fl_Group.child>Fl_Widget *Fl_Group::child(int n) const</A></H4>
- Returns child <TT>n</TT>, where <TT>0
-<!--= n < children()</tt-->
-.
+ Returns child <TT>n</TT>, where <TT>0 &lt;= n &lt; children()</TT>.
<H4><A name=Fl_Group.children>int Fl_Group::children() const</A></H4>
Returns how many child widgets the group has.
<H4><A name=Fl_Group.current>static Fl_Group *Fl_Group::current()
@@ -133,4 +131,4 @@ and distance from the top-left corner. </P>
<P>It is possible to achieve any type of resize behavior by using an
invisible <TT>Fl_Box</TT> as the resizable and/or by using a hierarchy
of child <TT>Fl_Group</TT>'s. </P>
-</TT></BODY></HTML> \ No newline at end of file
+</TT></BODY></HTML>