mGNCS API Reference
v1.5.0
A new control set and a new framework for MiniGUI apps
|
Go to the documentation of this file.
54 #ifndef _MGUI_NCSCTRL_SPRTR_H
55 #define _MGUI_NCSCTRL_SPRTR_H
72 #define NCSCTRL_SEPARATOR NCSCLASSNAME("separator")
78 #define mSeparatorHeader(clsName) \
79 mStaticHeader(clsName)
91 #define mSeparatorClassHeader(clsName, parentClass) \
92 mStaticClassHeader(clsName, parentClass)
99 struct _mSeparatorClass
104 #define mHSeparator mSeparator
105 #define mHSeparatorClass mSeparatorClass
106 #define g_stmHSeparatorCls g_stmSeparatorCls
107 #define mVSeparator mSeparator
108 #define mVSeparatorclass mSeparatorclass
109 #define g_stmVSeparatorCls g_stmSeparatorCls
111 #define mSeparatorRendererHeader(clsName, parentClass) \
112 mStaticRendererHeader(clsName, parentClass)
120 struct _mSeparatorRenderer {
138 NCSP_SPRTR_MAX = NCSP_STATIC_MAX + 1
145 #define NCSS_SPRTR_VERT (0x1<<NCSS_STATIC_SHIFT)
146 #define NCSS_SPRTR_SHIFT (1+NCSS_STATIC_SHIFT)
153 NCSN_SPRTR_MAX = NCSN_STATIC_MAX + 1
separator class renderer interface, derived from mStaticRenderer
struct of separator control, derived from mStaticClass
enumSeparatorNotify
the notification code of mSeparator
mSeparatorProp
the properties id of mSeparator
MGNCS_EXPORT mSeparatorClass g_stmSeparatorCls
global mSeparatorClass
Static class, derived from mWidget.
separator class, derived from mStatic