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

MNAbstractEdit.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 #ifndef MNABSTRACT_H
00005 #define MNABSTRACT_H
00006 
00007 #include "MNComponent.h"
00008 
00012 #define SINGLE WS_EX_CLIENTEDGE
00013 
00017 #define MULTI  0
00018 
00105 class MNAbstractEdit : public MNComponent
00106 {
00107   public:
00111     MNAbstractEdit( MNComponent *parent, int type, int x, int y, int w, int h, 
00112                     int style = 0, LPSTR def_text = NULL);
00113 };
00114 
00115 #endif

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