31 #if defined (_MGNCSCTRL_IMWORDSEL) || defined (_MGNCSCTRL_SPINNER) || defined (_MGNCSCTRL_SCROLLBAR) 33 #ifndef _MGUI_NCSCTRL_ARROWBUTTONPIECE_H 34 #define _MGUI_NCSCTRL_ARROWBUTTONPIECE_H 40 typedef struct _mArrowButtonPieceClass mArrowButtonPieceClass;
41 typedef struct _mArrowButtonPiece mArrowButtonPiece;
43 #define mArrowButtonPieceClassHeader(clss, superCls) \ 44 mAbstractButtonPieceClassHeader(clss, superCls) 46 struct _mArrowButtonPieceClass
48 mArrowButtonPieceClassHeader(mArrowButtonPiece, mAbstractButtonPiece)
51 MGNCS_EXPORT
extern mArrowButtonPieceClass g_stmArrowButtonPieceCls;
53 #define mArrowButtonPieceHeader(clss) \ 54 mAbstractButtonPieceHeader(clss) 56 struct _mArrowButtonPiece
58 mArrowButtonPieceHeader(mArrowButtonPiece)
73 #endif //_MGNCSCTRL_IMWORDSEL