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

MultilineEdit.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 #ifndef MULTILINEEDIT_H
00005 #define MULTILINEEDIT_H
00006 
00007 #include "AbstractEdit.h"
00008 
00009 namespace wkgl {
00010 
00016 class MultilineEdit : public AbstractEdit
00017 {
00018   public:
00022     MultilineEdit( int x, int y, int w, 
00023                    int h, 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