From 2c61d60470b0583614437950066b2f63c4ac2782 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 30 Sep 2001 20:25:36 +0000 Subject: Documentation updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Group.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/Fl_Group.html') diff --git a/documentation/Fl_Group.html b/documentation/Fl_Group.html index 7b7289e8c..e507588d5 100644 --- a/documentation/Fl_Group.html +++ b/documentation/Fl_Group.html @@ -56,7 +56,7 @@ behavior. @@ -128,7 +128,7 @@ added to the widget tree will be added to the parent of the group. Searches the child array for the widget and returns the index. Returns children() if the widget is NULL or not found. -

void Fl_Group::resizable(Fl_Widget *box) +

void Fl_Group::resizable(Fl_Widget *box)
void Fl_Group::resizable(Fl_Widget &box)
Fl_Widget *Fl_Group::resizable() const

The resizable widget defines the resizing box for the group. When the -- cgit v1.2.3