25#include <FL/Fl_Group.H>
43class FL_EXPORT
Fl_Pack :
public Fl_Group {
56 Fl_Pack(
int x,
int y,
int w ,
int h,
const char *l = 0);
void draw()
Draws the widget.
Definition Fl_Group.cxx:738
void spacing(int i)
Sets the number of extra pixels of blank space that are added between the children.
Definition Fl_Pack.H:66
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:38
int spacing() const
Gets the number of extra pixels of blank space that are added between the children.
Definition Fl_Pack.H:61
uchar horizontal() const
Same as Fl_Group::type()
Definition Fl_Pack.H:68
unsigned char uchar
unsigned char
Definition fl_types.h:30