|
mGNCS API Reference
v1.5.0
A new control set and a new framework for MiniGUI apps
|
Data Structures | |
| struct | mPanel |
| The structure of mPanel control, which derived from mWidget. It is a control which is capable of containing other controls. More... | |
| struct | mPanelClass |
| The virtual function table of mPanelClass, which derived from mWidgetClass. More... | |
| struct | mPanelRenderer |
| The structure of mPanel renderer, which derived from mWidgetRenderer. More... | |
Macros | |
| #define | NCSCTRL_PANEL NCSCLASSNAME("panel") |
| The control class name of mPanel. More... | |
| #define | NCSS_PANEL_SHIFT NCSS_WIDGET_SHIFT |
| The bits used by mPanel in style. More... | |
Enumerations | |
| enum | mPanelProp { NCSP_PANEL_MAX = NCSP_WIDGET_MAX + 1 } |
| The properties id of mPanel. More... | |
| enum | mPanelNotify { NCSN_PANEL_MAX = NCSN_WIDGET_MAX + 1 } |
| The notification code id of mPanel. More... | |
Variables | |
| MGNCS_EXPORT mPanelClass | g_stmPanelCls |
| The instance of mPanelClass. More... | |
| #define NCSCTRL_PANEL NCSCLASSNAME("panel") |
| #define NCSS_PANEL_SHIFT NCSS_WIDGET_SHIFT |
| enum mPanelNotify |
| enum mPanelProp |
| g_stmPanelCls |
The instance of mPanelClass.
1.8.17