Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Static.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 #ifndef STATIC_H
00005 #define STATIC_H
00006 
00007 #include "Control.h"
00008 
00009 namespace wkgl {
00010 
00031 class Static : public Control
00032 {
00033   public:
00037     Static( const char *text, int x, int y, int w = AUTOSIZE,
00038             int h = AUTOSIZE );
00039 
00045     virtual BOOL create( Control* parent );
00046 };
00047 }
00048 #endif

Generated on Tue Apr 29 03:18:49 2003 for GuiLib by doxygen1.2.18