54class FL_EXPORT
Fl_Pack :
public Fl_Group {
67 Fl_Pack(
int X,
int Y,
int W,
int H,
const char *L = 0);
Fl_Group and Fl_End classes.
void resize(int, int, int, int) FL_OVERRIDE
Resizes the Fl_Group widget and all of its children.
Definition Fl_Group.cxx:825
void draw() FL_OVERRIDE
Draws the widget.
Definition Fl_Group.cxx:943
void clear()
Deletes all child widgets from memory recursively.
Definition Fl_Group.cxx:381
Fl_Widget * resizable() const
Returns the group's resizable widget.
Definition Fl_Group.H:215
void spacing(int i)
Sets the number of extra pixels of blank space that are added between the children.
Definition Fl_Pack.H:79
Fl_Pack(int X, int Y, int W, int H, const char *L=0)
Creates a new Fl_Pack widget using the given position, size, and label string.
Definition Fl_Pack.cxx:45
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:46
unsigned char uchar
unsigned char
Definition fl_types.h:30