From 46f509f7de8b069eccaa081bbb7112a532c33e51 Mon Sep 17 00:00:00 2001
From: Michael R Sweet 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.
-