mvspinboxpiece.h

00001 #ifdef _MGNCSCTRL_SPINBOX
00002 
00003 #ifndef _MGUI_NCSCTRL_VSPINNERPIECE_H
00004 #define _MGUI_NCSCTRL_VSPINNERPIECE_H
00005 
00006 #ifdef __cplusplus
00007 extern "C" {
00008 #endif
00009 
00010 typedef struct _mVSpinBoxPieceClass mVSpinBoxPieceClass;
00011 typedef struct _mVSpinBoxPiece mVSpinBoxPiece;
00012 
00013 #define mVSpinBoxPieceClassHeader(clss, superCls) \
00014         mSpinBoxPieceClassHeader(clss, superCls)
00015 
00016 struct _mVSpinBoxPieceClass
00017 {
00018         mVSpinBoxPieceClassHeader(mVSpinBoxPiece, mSpinBoxPiece)
00019 };
00020 
00021 MGNCS_EXPORT extern mVSpinBoxPieceClass g_stmVSpinBoxPieceCls;
00022 
00023 #define mVSpinBoxPieceHeader(clss) \
00024         mSpinBoxPieceHeader(clss)
00025 
00026 struct _mVSpinBoxPiece
00027 {
00028         mVSpinBoxPieceHeader(mVSpinBoxPiece)
00029 };
00030 
00031 #ifdef __cplusplus
00032 }
00033 #endif
00034 
00035 #endif
00036 #endif //_MGNCSCTRL_SPINBOX
Generated on Fri Jun 10 11:18:06 2011 for New Control Set V1.0.0 API Reference by  doxygen 1.6.3