54 #ifndef _MGUI_NCSCTRL_PANEL_H 55 #define _MGUI_NCSCTRL_PANEL_H 71 #define NCSCTRL_PANEL NCSCLASSNAME("panel") 73 typedef struct _mPanel
mPanel;
77 #define mPanelHeader(className) \ 78 mWidgetHeader(className) 90 #define mPanelClassHeader(clsName, parentClass) \ 91 mWidgetClassHeader(clsName, parentClass) 103 #define mPanelRendererHeader(clsName, parentClass) \ 104 mWidgetRendererHeader(clsName, parentClass) 111 struct _mPanelRenderer {
139 #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.