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