25 #include <FL/Fl_Group.H>    56   Fl_Pack(
int x,
int y,
int w ,
int h,
const char *l = 0);
 
This widget was designed to add the functionality of compressing and aligning widgets. 
Definition: Fl_Pack.H:43
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
The Fl_Group class is the FLTK container widget. 
Definition: Fl_Group.H:41
uchar horizontal() const
Same as Fl_Group::type() 
Definition: Fl_Pack.H:68
int spacing() const
Gets the number of extra pixels of blank space that are added between the children. 
Definition: Fl_Pack.H:61
unsigned char uchar
unsigned char 
Definition: fl_types.h:30