30 #define FL_NORMAL_BUTTON 0
32 #define FL_TOGGLE_BUTTON 1
33 #define FL_RADIO_BUTTON (FL_RESERVED_TYPE+2)
36 #define FL_HIDDEN_BUTTON 3
85 static void key_release_timeout(
void*);
86 void simulate_key_action();
94 Fl_Button(
int X,
int Y,
int W,
int H,
const char *L = 0);
101 char value()
const {
return value_;}
107 int set() {
return value(1);}
113 int clear() {
return value(0);}
121 int shortcut()
const {
return shortcut_;}
142 void shortcut(
int s) {shortcut_ = s;}