55 void draw_outside_label(
const Fl_Widget& widget)
const ;
56 void update_child(
Fl_Widget& widget)
const;
82 void resize(
int,
int,
int,
int);
87 Fl_Group(
int,
int,
int,
int,
const char * = 0);
100 void remove(
int index);
Fl_Widget * resizable() const
See void Fl_Group::resizable(Fl_Widget *box)
Definition: Fl_Group.H:145
void add_resizable(Fl_Widget &o)
Adds a widget to the group and makes it the resizable widget.
Definition: Fl_Group.H:149
int find(const Fl_Widget &o) const
See int Fl_Group::find(const Fl_Widget *w) const.
Definition: Fl_Group.H:79
This is a dummy class that allows you to end a Fl_Group in a constructor list of a class: ...
Definition: Fl_Group.H:211
Fl_Widget * child(int n) const
Returns array()[n].
Definition: Fl_Group.H:74
void end()
Exactly the same as current(this->parent()).
Definition: Fl_Group.cxx:75
virtual Fl_Group * as_group()
Returns an Fl_Group pointer if this widget is an Fl_Group.
Definition: Fl_Group.H:172
void insert(Fl_Widget &o, Fl_Widget *before)
This does insert(w, find(before)).
Definition: Fl_Group.H:99
The Fl_Group class is the FLTK container widget.
Definition: Fl_Group.H:36
void resizable(Fl_Widget &o)
See void Fl_Group::resizable(Fl_Widget *box)
Definition: Fl_Group.H:112
int children() const
Returns how many child widgets the group has.
Definition: Fl_Group.H:70
unsigned int clip_children()
Returns the current clipping mode.
Definition: Fl_Group.H:169
void focus(Fl_Widget *W)
Definition: Fl_Group.H:181
void add(Fl_Widget *o)
See void Fl_Group::add(Fl_Widget &w)
Definition: Fl_Group.H:93
Fl_End()
All it does is calling Fl_Group::current()->end()
Definition: Fl_Group.H:214
void clip_children(int c)
Controls whether the group widget clips the drawing of child widgets to its bounding box...
Definition: Fl_Group.H:161
Fl_Widget *& _ddfdesign_kludge()
This is for forms compatibility only.
Definition: Fl_Group.H:184
static Fl_Group * current()
Returns the currently active group.
Definition: Fl_Group.cxx:84
void resizable(Fl_Widget *o)
The resizable widget defines the resizing box for the group.
Definition: Fl_Group.H:141