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;}
 
FL_EXPORT unsigned int fl_old_shortcut(const char *s)
Emulation of XForms named shortcuts. 
Definition: fl_shortcut.cxx:396
Fl_Boxtype
Definition: Enumerations.H:603
unsigned int Fl_Color
An FLTK color value; see also Colors. 
Definition: Enumerations.H:934
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