mthumbboxpiece.h

00001 
00002 #ifndef _MGUI_NCSCTRL_THUMBBOXPIECE_H
00003 #define _MGUI_NCSCTRL_THUMBBOXPIECE_H
00004 
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008 
00009 typedef struct _mThumbBoxPieceClass mThumbBoxPieceClass;
00010 typedef struct _mThumbBoxPiece mThumbBoxPiece;
00011 
00012 #define mThumbBoxPieceClassHeader(clss, superCls) \
00013         mRenderablePieceClassHeader(clss, superCls) 
00014 
00015 struct _mThumbBoxPieceClass
00016 {
00017         mThumbBoxPieceClassHeader(mThumbBoxPiece, mRenderablePiece)
00018 };
00019 
00020 MGNCS_EXPORT extern mThumbBoxPieceClass g_stmThumbBoxPieceCls;
00021 
00022 #define mThumbBoxPieceHeader(clss) \
00023         mRenderablePieceHeader(clss) 
00024         
00025 struct _mThumbBoxPiece
00026 {
00027         mThumbBoxPieceHeader(mThumbBoxPiece)
00028 };
00029 
00030 
00031 #ifdef __cplusplus
00032 }
00033 #endif
00034 
00035 #endif
00036 
Generated on Fri Jun 10 11:18:06 2011 for New Control Set V1.0.0 API Reference by  doxygen 1.6.3