diff options
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 |
