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_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 virtual function table of mPanelClass, which derived from mWidgetClass.
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.
mPanelProp
The properties id of mPanel.