43 #ifndef _MGUI_NCSCTRL_HBOXLAYOUTPIECE_H
44 #define _MGUI_NCSCTRL_HBOXLAYOUTPIECE_H
50 typedef struct _mHBoxLayoutPieceClass mHBoxLayoutPieceClass;
51 typedef struct _mHBoxLayoutPiece mHBoxLayoutPiece;
53 #define mHBoxLayoutPieceClassHeader(clss, superCls) \
54 mBoxLayoutPieceClassHeader(clss, superCls)
56 struct _mHBoxLayoutPieceClass
58 mHBoxLayoutPieceClassHeader(mHBoxLayoutPiece, mBoxLayoutPiece)
61 MGNCS_EXPORT
extern mHBoxLayoutPieceClass g_stmHBoxLayoutPieceCls;
63 #define mHBoxLayoutPieceHeader(clss) \
64 mBoxLayoutPieceHeader(clss)
66 struct _mHBoxLayoutPiece
68 mHBoxLayoutPieceHeader(mHBoxLayoutPiece)