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;}
FL_EXPORT unsigned int fl_old_shortcut(const char *s)
Emulation of XForms named shortcuts.
Definition: fl_shortcut.cxx:275
Fl_Boxtype
Definition: Enumerations.H:469
unsigned int Fl_Color
an FLTK color value
Definition: Enumerations.H:774
unsigned char uchar
unsigned char
Definition: fl_types.h:30
unsigned int Fl_Shortcut
24-bit Unicode character + 8-bit indicator for keyboard flags
Definition: fl_types.h:46