mhboxlayoutpiece.h
00001 #ifndef _MGUI_NCSCTRL_HBOXLAYOUTPIECE_H
00002 #define _MGUI_NCSCTRL_HBOXLAYOUTPIECE_H
00003
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007
00008 typedef struct _mHBoxLayoutPieceClass mHBoxLayoutPieceClass;
00009 typedef struct _mHBoxLayoutPiece mHBoxLayoutPiece;
00010
00011 #define mHBoxLayoutPieceClassHeader(clss, superCls) \
00012 mBoxLayoutPieceClassHeader(clss, superCls)
00013
00014 struct _mHBoxLayoutPieceClass
00015 {
00016 mHBoxLayoutPieceClassHeader(mHBoxLayoutPiece, mBoxLayoutPiece)
00017 };
00018
00019 MGNCS_EXPORT extern mHBoxLayoutPieceClass g_stmHBoxLayoutPieceCls;
00020
00021 #define mHBoxLayoutPieceHeader(clss) \
00022 mBoxLayoutPieceHeader(clss)
00023
00024 struct _mHBoxLayoutPiece
00025 {
00026 mHBoxLayoutPieceHeader(mHBoxLayoutPiece)
00027 };
00028
00029
00030 #ifdef __cplusplus
00031 }
00032 #endif
00033
00034 #endif
00035