Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

xgroupbox.h

Go to the documentation of this file.
00001 #if !defined( __GROUPBOX_H__ )
00002 #define __GROUPBOX_H__
00003 
00004 namespace Ars
00005 {
00006 class XGroupBox : public XLabel {
00007 private:
00008 
00009 public:
00010 
00014         XGroupBox( void  );
00015 
00017         ~XGroupBox( void );
00018 
00020         virtual void Draw( void );
00021 };
00022 
00023 }
00024 
00025 #endif

Generated on Fri Dec 5 04:06:01 2003 for Borqueror by doxygen 1.3.3