diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Group.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx index 44f6440c6..8623457c4 100644 --- a/src/Fl_Group.cxx +++ b/src/Fl_Group.cxx @@ -377,7 +377,7 @@ Fl_Group::Fl_Group(int X,int Y,int W,int H,const char *l) } /** - Deletes all child widgets from memory recursively.</p> + Deletes all child widgets from memory recursively. This method differs from the remove() method in that it affects all child widgets and deletes them from memory. |
