42 #ifndef _MGUI_NCSCTRL_STATIC_H 43 #define _MGUI_NCSCTRL_STATIC_H 61 #define NCSCTRL_STATIC NCSCLASSNAME("static") 63 typedef struct _mStatic
mStatic;
68 #define mStaticHeader(clsName) \ 69 mWidgetHeader(clsName) \ 83 #define mStaticClassHeader(clsName, parentClass) \ 84 mWidgetClassHeader(clsName, parentClass) \ 97 #define mStaticRendererHeader(clsName, parentClass) \ 98 mWidgetRendererHeader(clsName, parentClass) 104 struct _mStaticRenderer {
154 #define NCSS_STATIC_PREFIX (0x1<<(NCSS_WIDGET_SHIFT)) 160 #define NCSS_STATIC_SHIFT (NCSS_WIDGET_SHIFT + 1) 167 NCSN_STATIC_MAX = NCSN_WIDGET_MAX + 1
mStaticProp
the properties id of mStatic
enumStaticNotify
the notification code of mStatic
Align the content of static controller in vertical mode.
Set the content of static controller to autowrap mode.
struct of Static control, derived from mWidgetClass
Static class, derived from mWidget.
Static class renderer interface, derived from mWidgetRenderer.
Align the content of static controller in horizontal mode.