|
mGNCS API Reference
v1.5.0
A new control set and a new framework for MiniGUI apps
|
Data Structures | |
| struct | mGroupBox |
| groupbox class, derived from mStatic More... | |
| struct | mGroupBoxClass |
| struct of groupbox control, derived from mStaticClass More... | |
| struct | mGroupBoxRenderer |
| groupbox class renderer interface, derived from mStaticRenderer More... | |
Macros | |
| #define | NCSCTRL_GROUPBOX NCSCLASSNAME("groupbox") |
| the name of groupbox control More... | |
Enumerations | |
| enum | mGroupBoxProp |
| the properties id of mGroupBox More... | |
| enum | enumGroupBoxNotify |
| the notification code of mGroupBox More... | |
Variables | |
| MGNCS_EXPORT mGroupBoxClass | g_stmGroupBoxCls |
| global mGroupBoxClass More... | |
| #define NCSCTRL_GROUPBOX NCSCLASSNAME("groupbox") |
the name of groupbox control
Definition at line 71 of file mgroupbox.h.
| enum enumGroupBoxNotify |
the notification code of mGroupBox
Definition at line 154 of file mgroupbox.h.
| enum mGroupBoxProp |
the properties id of mGroupBox
Definition at line 144 of file mgroupbox.h.
| g_stmGroupBoxCls |
global mGroupBoxClass
1.8.17