summaryrefslogtreecommitdiff
path: root/documentation/Fl_Group.html
diff options
context:
space:
mode:
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>