36 #ifndef __CHECKBUTTON_H__ 
   37 #define __CHECKBUTTON_H__ 
   77     static void buttonCallback(
Widget* w, 
long int data);
 
   80     CheckButton(
unsigned int x, 
unsigned int y, 
unsigned int size, 
const char* label);
 
CHECKBUTTON_STATE
Definition: CheckButton.h:54
 
The Label class displays a string on the screen. 
Definition: Label.h:55
 
If the button is neither selected nor pressed. 
Definition: CheckButton.h:57
 
If the mouse is hovering over the button and the left mouse button is pressed. 
Definition: CheckButton.h:61
 
If the button has the mouse cursor over it. 
Definition: CheckButton.h:59