52 #ifndef _MGUI_NCSCTRL_EX_SEPARATORPIECE_H
53 #define _MGUI_NCSCTRL_EX_SEPARATORPIECE_H
60 NCSP_EXSEPARATOR_DIRECTION = USER_PIECE_PROP_BEGIN + 1,
61 NCSP_EXSEPARATOR_COLOR,
62 NCSP_EXSEPARATOR_SIZE,
66 EXSEPARATOR_DIRECTION_VERTICAL,
67 EXSEPARATOR_DIRECTION_HORIZONTAL,
71 typedef struct _mExSeparatorPieceClass mExSeparatorPieceClass;
72 typedef struct _mExSeparatorPiece mExSeparatorPiece;
74 #define mExSeparatorPieceClassHeader(clss, superCls) \
75 mStaticPieceClassHeader(clss, superCls)
77 struct _mExSeparatorPieceClass
79 mExSeparatorPieceClassHeader(mExSeparatorPiece, mStaticPiece)
82 MGNCS_EXPORT
extern mExSeparatorPieceClass g_stmExSeparatorPieceCls;
84 #define mExSeparatorPieceHeader(clss) \
85 mStaticPieceHeader(clss) \
90 struct _mExSeparatorPiece
92 mExSeparatorPieceHeader(mExSeparatorPiece)