diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2007-05-17 15:52:15 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2007-05-17 15:52:15 +0000 |
| commit | ac18bf760907d148490594a1a38dfa311978fcef (patch) | |
| tree | 3bec0bb159d3fef35edbf816a4cd7980760c76bb /documentation/Fl_Group.html | |
| parent | 04ced5396e67c19ea808b64c851f8fa039e8eb95 (diff) | |
Replaced '>' with '>' in the documentation where appropriate (STR# 1682, 1684, 1685)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5838 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Group.html')
| -rw-r--r-- | documentation/Fl_Group.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Fl_Group.html b/documentation/Fl_Group.html index 14a0aedc2..ac19bb771 100644 --- a/documentation/Fl_Group.html +++ b/documentation/Fl_Group.html @@ -128,7 +128,7 @@ memory.</p> <H4><A name=Fl_Group.current>static Fl_Group *Fl_Group::current() <BR> static void Fl_Group::current(Fl_Group *w)</A></H4> <TT>current()</TT> returns the currently active group. The Fl_Widget - constructor automatically does <tt>current()->add(widget)</tt> if this is not null. + constructor automatically does <tt>current()->add(widget)</tt> if this is not null. To prevent new widgets from being added to a group, call <TT>Fl_Group::current(0)</TT>. <H4><A name=Fl_Group.begin>void Fl_Group::begin()</A></H4> <TT>begin()</TT> sets the current group so you can build the widget |
