From 46f509f7de8b069eccaa081bbb7112a532c33e51 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 14 Jan 1999 22:14:01 +0000 Subject: More image updates, minor typos, etc. git-svn-id: file:///fltk/svn/fltk/trunk@227 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Group.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'documentation/Fl_Group.html') diff --git a/documentation/Fl_Group.html b/documentation/Fl_Group.html index 16e8e4f58..e307d71b4 100644 --- a/documentation/Fl_Group.html +++ b/documentation/Fl_Group.html @@ -87,9 +87,7 @@ automatically called by the constructor for Fl_Group (and thus for Fl_Window as well). begin() does current(this).

Don't forget to end() the group or window!

Fl_Widget *Fl_Group::child(int n) const

- Returns child n, where 0 - -. + Returns child n, where 0 <= n < children().

int Fl_Group::children() const

Returns how many child widgets the group has.

static Fl_Group *Fl_Group::current() @@ -133,4 +131,4 @@ and distance from the top-left corner.

It is possible to achieve any type of resize behavior by using an invisible Fl_Box as the resizable and/or by using a hierarchy of child Fl_Group's.

-
\ No newline at end of file + -- cgit v1.2.3