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);
110 char value()
const {
return value_;}
116 int set() {
return value(1);}
122 int clear() {
return value(0);}
130 int shortcut()
const {
return shortcut_;}
151 void shortcut(
int s) {shortcut_ = s;}