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

MNStatic.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 #ifndef MNSTATIC_H
00005 #define MNSTATIC_H
00006 
00007 #include "MNComponent.h"
00008 
00029 class MNStatic : public MNComponent
00030 {
00031   public:
00035     MNStatic( MNComponent* parent, LPSTR text, int x, int y, int w = AUTOSIZE,
00036               int h = AUTOSIZE, int style = 0 );
00037 };
00038 
00039 #endif

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