31 #ifndef _MGUI_NCSCTRL_HBOXLAYOUTPIECE_H 32 #define _MGUI_NCSCTRL_HBOXLAYOUTPIECE_H 38 typedef struct _mHBoxLayoutPieceClass mHBoxLayoutPieceClass;
39 typedef struct _mHBoxLayoutPiece mHBoxLayoutPiece;
41 #define mHBoxLayoutPieceClassHeader(clss, superCls) \ 42 mBoxLayoutPieceClassHeader(clss, superCls) 44 struct _mHBoxLayoutPieceClass
46 mHBoxLayoutPieceClassHeader(mHBoxLayoutPiece, mBoxLayoutPiece)
49 MGNCS_EXPORT
extern mHBoxLayoutPieceClass g_stmHBoxLayoutPieceCls;
51 #define mHBoxLayoutPieceHeader(clss) \ 52 mBoxLayoutPieceHeader(clss) 54 struct _mHBoxLayoutPiece
56 mHBoxLayoutPieceHeader(mHBoxLayoutPiece)