79class FL_EXPORT
Fl_Tile :
public Fl_Group {
93 Fl_Tile(
int X,
int Y,
int W,
int H,
const char*l=0) : Fl_Group(X,Y,W,H,l) {}
94 void resize(
int,
int,
int,
int);
int handle(int)
Handles the specified event.
Definition Fl_Group.cxx:150
void resize(int, int, int, int)
Resizes the Fl_Group widget and all of its children.
Definition Fl_Group.cxx:637
Fl_Tile(int X, int Y, int W, int H, const char *l=0)
Creates a new Fl_Tile widget using the given position, size, and label string.
Definition Fl_Tile.H:93