mbuttonboxpiece.h
00001
00002 #ifndef _MGUI_NCSCTRL_BUTTONBOXPIECE_H
00003 #define _MGUI_NCSCTRL_BUTTONBOXPIECE_H
00004
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008
00009 typedef struct _mButtonBoxPieceClass mButtonBoxPieceClass;
00010 typedef struct _mButtonBoxPiece mButtonBoxPiece;
00011
00012 #define mButtonBoxPieceClassHeader(clss, superCls) \
00013 mRenderablePieceClassHeader(clss, superCls)
00014
00015 struct _mButtonBoxPieceClass
00016 {
00017 mButtonBoxPieceClassHeader(mButtonBoxPiece, mRenderablePiece)
00018 };
00019
00020 MGNCS_EXPORT extern mButtonBoxPieceClass g_stmButtonBoxPieceCls;
00021
00022 #define mButtonBoxPieceHeader(clss) \
00023 mRenderablePieceHeader(clss)
00024
00025 struct _mButtonBoxPiece
00026 {
00027 mButtonBoxPieceHeader(mButtonBoxPiece)
00028 };
00029
00030
00031 #ifdef __cplusplus
00032 }
00033 #endif
00034
00035 #endif
00036