52 #ifndef _MGNCS_MLINEVBOX_H
53 #define _MGNCS_MLINEVBOX_H
59 typedef struct _mLineVBox mLineVBox;
60 typedef struct _mLineVBoxClass mLineVBoxClass;
62 #define mLineVBoxHeader(clss) \
63 mLayoutManagerHeader(clss) \
68 mLineVBoxHeader(mLineVBox)
71 #define mLineVBoxClassHeader(clss, superCls) \
72 mLayoutManagerClassHeader(clss, superCls)\
73 void (*setGap)(clss*, int); \
74 void (*getLayoutRect)(clss*, mItemIterator* , RECT* );
76 struct _mLineVBoxClass
78 mLineVBoxClassHeader(mLineVBox, mLayoutManager)
81 MGNCS_EXPORT
extern mLineVBoxClass g_stmLineVBoxCls;