44 #ifndef _MGUI_NCSCTRL_VBOXLAYOUTPIECE_H
45 #define _MGUI_NCSCTRL_VBOXLAYOUTPIECE_H
51 typedef struct _mVBoxLayoutPieceClass mVBoxLayoutPieceClass;
52 typedef struct _mVBoxLayoutPiece mVBoxLayoutPiece;
54 #define mVBoxLayoutPieceClassHeader(clss, superCls) \
55 mBoxLayoutPieceClassHeader(clss, superCls)
57 struct _mVBoxLayoutPieceClass
59 mVBoxLayoutPieceClassHeader(mVBoxLayoutPiece, mBoxLayoutPiece)
62 MGNCS_EXPORT
extern mVBoxLayoutPieceClass g_stmVBoxLayoutPieceCls;
64 #define mVBoxLayoutPieceHeader(clss) \
65 mBoxLayoutPieceHeader(clss)
67 struct _mVBoxLayoutPiece
69 mVBoxLayoutPieceHeader(mVBoxLayoutPiece)