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

MNButton.h

Go to the documentation of this file.
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

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