Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

CheckBox.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 #ifndef CHECKBOX_H
00005 #define CHECKBOX_H
00006 
00007 #include "StateButton.h"
00008 
00009 namespace wkgl {
00010 
00025 class CheckBox : public StateButton
00026 {
00027   public:
00031     CheckBox( const char *label, int x, int y, 
00032                 int type = BS_AUTOCHECKBOX, int width = AUTOSIZE, 
00033                 int height = AUTOSIZE );
00034 };
00035 
00036 }
00037 #endif

Generated on Tue Apr 29 03:18:49 2003 for GuiLib by doxygen1.2.18