27#define FL_NORMAL_FREE 1
28#define FL_SLEEPING_FREE 2
29#define FL_INPUT_FREE 3
30#define FL_CONTINUOUS_FREE 4
34typedef int (*FL_HANDLEPTR)(
Fl_Widget *, int , float, float, char);
55class FL_EXPORT
Fl_Free :
public Fl_Widget {
57 static void step(
void *);
62 Fl_Free(
uchar t,
int X,
int Y,
int W,
int H,
const char *L,FL_HANDLEPTR hdl);
67#define FL_MOUSE FL_DRAG
Fl_Free(uchar t, int X, int Y, int W, int H, const char *L, FL_HANDLEPTR hdl)
Create a new Fl_Free widget with type, position, size, label and handler.
Definition forms_free.cxx:63
#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