|
mGNCS API Reference
v1.5.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 | |
| enum | mSeparatorProp |
| the properties id of mSeparator More... | |
| enum | enumSeparatorNotify |
| the notification code of mSeparator More... | |
Variables | |
| MGNCS_EXPORT mSeparatorClass | g_stmSeparatorCls |
| global mSeparatorClass More... | |
| #define NCSCTRL_SEPARATOR NCSCLASSNAME("separator") |
the name of separator control
Definition at line 72 of file mseparator.h.
| #define NCSS_SPRTR_VERT (0x1<<NCSS_STATIC_SHIFT) |
indicate a vertical separator
Definition at line 145 of file mseparator.h.
| enum enumSeparatorNotify |
the notification code of mSeparator
Definition at line 152 of file mseparator.h.
| enum mSeparatorProp |
the properties id of mSeparator
Definition at line 137 of file mseparator.h.
| g_stmSeparatorCls |
global mSeparatorClass
1.8.17