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

Button.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 #ifndef BUTTON_H
00005 #define BUTTON_H
00006 
00007 #include "AbstractButton.h"
00008 
00009 namespace wkgl {
00018 class Button : public AbstractButton
00019 {
00020   public:
00024     Button( const char *label, int x, int y, 
00025               int width = AUTOSIZE, int height = AUTOSIZE );
00026 };
00027 
00028 }
00029 #endif

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