| Functions and Procedures | 
  
int clear();
  | 
See value / Set_State. | 
  
  
Fl_Boxtype down_box() const;
  | 
function Get_Down_Box
       (This : in Button)
    return Box_Kind;
 | 
  
  
void down_box(Fl_Boxtype b);
  | 
procedure Set_Down_Box
       (This : in out Button;
        To   : in     Box_Kind);
 | 
  
  
Fl_Color down_color() const;
  | 
See selection_color / Get_Selection_Color from Fl_Widget. | 
  
  
void down_color(unsigned c);
  | 
See selection_color / Set_Selection_Color from Fl_Widget. | 
  
  
virtual int handle(int);
  | 
function Handle
       (This  : in out Button;
        Event : in     Event_Kind)
    return Event_Outcome;
 | 
  
  
int set();
  | 
See value / Set_State. | 
  
  
void setonly();
  | 
procedure Set_Only
       (This : in out Button);
 | 
  
  
int shortcut() const;
  | 
function Get_Shortcut
       (This : in Button)
    return Shortcut_Key;
 | 
  
  
void shortcut(int s);
  | 
procedure Set_Shortcut
       (This : in out Button;
        Key  : in     Shortcut_Key);
 | 
  
  
void shortcut(const char *s);
  | 
See shortcut / Set_Shortcut. | 
  
  
int value(int v);
  | 
procedure Set_State
       (This : in out Button;
        St   : in     State);
 | 
  
  
char value() const;
  | 
function Get_State
       (This : in Button)
    return State;
 |