32 #ifndef _MGUI_NCSCTRL_RADIOBOXPIECE_H 33 #define _MGUI_NCSCTRL_RADIOBOXPIECE_H 39 typedef struct _mRadioBoxPieceClass mRadioBoxPieceClass;
40 typedef struct _mRadioBoxPiece mRadioBoxPiece;
42 #define mRadioBoxPieceClassHeader(clss, superCls) \ 43 mRenderablePieceClassHeader(clss, superCls) 45 struct _mRadioBoxPieceClass
47 mRadioBoxPieceClassHeader(mRadioBoxPiece, mRenderablePiece)
50 MGNCS_EXPORT
extern mRadioBoxPieceClass g_stmRadioBoxPieceCls;
52 #define mRadioBoxPieceHeader(clss) \ 53 mRenderablePieceHeader(clss) 55 struct _mRadioBoxPiece
57 mRadioBoxPieceHeader(mRadioBoxPiece)