00001 00002 00003 00004 #ifndef MNMULTILINEEDIT_H 00005 #define MNMULTILINEEDIT_H 00006 00007 #include "MNAbstractEdit.h" 00008 00014 class MNMultilineEdit : public MNAbstractEdit 00015 { 00016 public: 00020 MNMultilineEdit( MNComponent *parent, int x, int y, int w, 00021 int h, LPSTR def_text = NULL, int style = 0 ); 00022 00023 }; 00024 00025 #endif
1.2.18