mGNCS API Reference
v1.2.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 |
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.