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
86 static void key_release_timeout(
void*);
87 void simulate_key_action();
95 Fl_Button(
int X,
int Y,
int W,
int H,
const char *L = 0);
102 char value()
const {
return value_;}
108 int set() {
return value(1);}
114 int clear() {
return value(0);}
122 int shortcut()
const {
return shortcut_;}
143 void shortcut(
int s) {shortcut_ = s;}