39 #define FL_NORMAL_BUTTON 0
41 #define FL_TOGGLE_BUTTON 1
42 #define FL_RADIO_BUTTON (FL_RESERVED_TYPE+2)
45 #define FL_HIDDEN_BUTTON 3
94 static void key_release_timeout(
void*);
95 void simulate_key_action();
103 Fl_Button(
int X,
int Y,
int W,
int H,
const char *L = 0);
116 int set() {
return value(1);}