67 Fl_Pack(
int X,
int Y,
int W,
int H,
const char *L = 0);
Fl_Group and Fl_End classes.
The Fl_Group class is the main FLTK container widget.
Definition Fl_Group.H:59
void resize(int, int, int, int) FL_OVERRIDE
Resizes the Fl_Group widget and all of its children.
Definition Fl_Group.cxx:809
void draw() FL_OVERRIDE
Draws the widget.
Definition Fl_Group.cxx:928
void clear()
Deletes all child widgets from memory recursively.
Definition Fl_Group.cxx:382
Fl_Widget * resizable() const
Returns the group's resizable widget.
Definition Fl_Group.H:215
This widget was designed to add the functionality of compressing and aligning widgets.
Definition Fl_Pack.H:54
void spacing(int i)
Sets the number of extra pixels of blank space that are added between the children.
Definition Fl_Pack.H:79
void clear()
Deletes all child widgets with Fl_Group::clear().
Definition Fl_Pack.H:98
int spacing() const
Gets the number of extra pixels of blank space that are added between the children.
Definition Fl_Pack.H:73
uchar horizontal() const
Returns non-zero if Fl_Pack alignment is horizontal.
Definition Fl_Pack.H:93
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:38
unsigned char uchar
unsigned char
Definition fl_types.h:30