28 #define FL_NORMAL_BUTTON 0 30 #define FL_TOGGLE_BUTTON 1 31 #define FL_RADIO_BUTTON (FL_RESERVED_TYPE+2) 34 #define FL_HIDDEN_BUTTON 3 84 static void key_release_timeout(
void*);
85 void simulate_key_action();
93 Fl_Button(
int X,
int Y,
int W,
int H,
const char *L = 0);
100 char value()
const {
return value_;}
106 int set() {
return value(1);}
112 int clear() {
return value(0);}
120 int shortcut()
const {
return shortcut_;}
141 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:273
Fl_Boxtype
FLTK standard box types.
Definition: Enumerations.H:598
unsigned int Fl_Color
An FLTK color value; see also Colors.
Definition: Enumerations.H:1042
unsigned char uchar
unsigned char
Definition: fl_types.h:28
unsigned int Fl_Shortcut
16-bit Unicode character + 8-bit indicator for keyboard flags.
Definition: fl_types.h:53