From 14b142f7a8fc71d2b3089bf02711d9831dfaafdf Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 1 Apr 2003 20:19:35 +0000 Subject: Add Fl_Group::clear() docos. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2965 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Group.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'documentation/Fl_Group.html') diff --git a/documentation/Fl_Group.html b/documentation/Fl_Group.html index 2161026ba..f4509b303 100644 --- a/documentation/Fl_Group.html +++ b/documentation/Fl_Group.html @@ -44,6 +44,7 @@ behavior. @@ -78,6 +79,10 @@ that it is destroyed last. The widget is removed from it's current group (if any) and then added to the end of this group. +

void Fl_Group::clear()

+ +

The clear() method deletes all child widgets recursively. +

void Fl_Group::init_sizes()

The Fl_Group widget keeps track of the original widget sizes and -- cgit v1.2.3