Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

MNEdit.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 #ifndef MNEDIT_H
00005 #define MNEDIT_H
00006 
00007 #include "MNAbstractEdit.h"
00008 
00014 class MNEdit : public MNAbstractEdit
00015 {
00016   public:
00020     MNEdit( MNComponent *parent, int x, int y, int w = AUTOSIZE, 
00021             LPSTR def_text = NULL, int style = 0 );
00022 
00023 };
00024 
00025 #endif

Generated on Thu Oct 31 18:21:37 2002 for GuiLib by doxygen1.2.18