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

Edit.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 #ifndef EDIT_H
00005 #define EDIT_H
00006 
00007 #include "AbstractEdit.h"
00008 
00009 namespace wkgl {
00010 
00016 class Edit : public AbstractEdit
00017 {
00018   public:
00022     Edit( int x, int y, int w, 
00023           const char *def_text = NULL );
00024 
00025 };
00026 }
00027 #endif

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