29#define FL_NORMAL_FREE 1
30#define FL_SLEEPING_FREE 2
31#define FL_INPUT_FREE 3
32#define FL_CONTINUOUS_FREE 4
36typedef int (*FL_HANDLEPTR)(
Fl_Widget *, int , float, float, char);
57class FL_EXPORT
Fl_Free :
public Fl_Widget {
59 static void step(
void *);
64 Fl_Free(
uchar t,
int X,
int Y,
int W,
int H,
const char *L,FL_HANDLEPTR hdl);
69#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:65
unsigned char uchar
unsigned char
Definition fl_types.h:30