34class FL_EXPORT
Fl_Box :
public Fl_Widget {
54 Fl_Box(
int X,
int Y,
int W,
int H,
const char *L = 0);
Fl_Boxtype
FLTK standard box types.
Definition Enumerations.H:644
Fl_Box(int X, int Y, int W, int H, const char *L=0)
Creates a new Fl_Box widget with the given coordinates, size, and label.
Definition Fl_Box.cxx:21
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:46