42 #ifndef _MGUI_NCSCTRL_PANEL_H 43 #define _MGUI_NCSCTRL_PANEL_H 59 #define NCSCTRL_PANEL NCSCLASSNAME("panel") 61 typedef struct _mPanel
mPanel;
65 #define mPanelHeader(className) \ 66 mWidgetHeader(className) 78 #define mPanelClassHeader(clsName, parentClass) \ 79 mWidgetClassHeader(clsName, parentClass) 91 #define mPanelRendererHeader(clsName, parentClass) \ 92 mWidgetRendererHeader(clsName, parentClass) 99 struct _mPanelRenderer {
127 #define NCSS_PANEL_SHIFT NCSS_WIDGET_SHIFT mPanelNotify
The notification code id of mPanel.
The structure of mPanel renderer, which derived from mWidgetRenderer.
The structure of mPanel control, which derived from mWidget. It is a control which is capable of cont...
MGNCS_EXPORT mPanelClass g_stmPanelCls
The instance of mPanelClass.
The virtual function table of mPanelClass, which derived from mWidgetClass.
mPanelProp
The properties id of mPanel.