|
mGNCS API Reference
v1.2.0
A new control set and a new framework for MiniGUI apps
|
Data Structures | |
| struct | mSeparator |
| separator class, derived from mStatic More... | |
| struct | mSeparatorClass |
| struct of separator control, derived from mStaticClass More... | |
| struct | mSeparatorRenderer |
| separator class renderer interface, derived from mStaticRenderer More... | |
Macros | |
| #define | NCSCTRL_SEPARATOR NCSCLASSNAME("separator") |
| the name of separator control More... | |
| #define | NCSS_SPRTR_VERT (0x1<<NCSS_STATIC_SHIFT) |
| indicate a vertical separator More... | |
Enumerations |
Variables | |
| MGNCS_EXPORT mSeparatorClass | g_stmSeparatorCls |
| global mSeparatorClass More... | |
| #define NCSCTRL_SEPARATOR NCSCLASSNAME("separator") |
the name of separator control
Definition at line 60 of file mseparator.h.
| #define NCSS_SPRTR_VERT (0x1<<NCSS_STATIC_SHIFT) |
indicate a vertical separator
Definition at line 133 of file mseparator.h.
| enum enumSeparatorNotify |
the notification code of mSeparator
Definition at line 140 of file mseparator.h.
| enum mSeparatorProp |
the properties id of mSeparator
Definition at line 125 of file mseparator.h.
| g_stmSeparatorCls |
global mSeparatorClass
1.8.11