00001 00002 00003 00004 #ifndef MNBUTTON_H 00005 #define MNBUTTON_H 00006 00007 #include "MNAbstractButton.h" 00008 00017 class MNButton : public MNAbstractButton 00018 { 00019 public: 00023 MNButton( MNComponent *parent, LPSTR label, 00024 int x, int y, int style = 0, int width = AUTOSIZE, 00025 int height = AUTOSIZE ); 00026 }; 00027 00028 #endif
1.2.18