44 #ifndef _MGUI_NCSCTRL_RADIOBOXPIECE_H
45 #define _MGUI_NCSCTRL_RADIOBOXPIECE_H
51 typedef struct _mRadioBoxPieceClass mRadioBoxPieceClass;
52 typedef struct _mRadioBoxPiece mRadioBoxPiece;
54 #define mRadioBoxPieceClassHeader(clss, superCls) \
55 mRenderablePieceClassHeader(clss, superCls)
57 struct _mRadioBoxPieceClass
59 mRadioBoxPieceClassHeader(mRadioBoxPiece, mRenderablePiece)
62 MGNCS_EXPORT
extern mRadioBoxPieceClass g_stmRadioBoxPieceCls;
64 #define mRadioBoxPieceHeader(clss) \
65 mRenderablePieceHeader(clss)
67 struct _mRadioBoxPiece
69 mRadioBoxPieceHeader(mRadioBoxPiece)