|
mGNCS API Reference
v1.5.0
A new control set and a new framework for MiniGUI apps
|
Data Structures | |
| struct | mRadioButton |
| define the member of Radiobutton, derived from mCheckButton More... | |
| struct | mRadioButtonClass |
| Radiobutton struct of control, derived from mCheckButtonClass. More... | |
| struct | mRadioButtonRender |
| Radiobutton renderer interface, derived from mCheckButtonRenderer. More... | |
Macros | |
| #define | NCSCTRL_RADIOBUTTON NCSCLASSNAME("radiobutton") |
| the name of Radiobutton control More... | |
Enumerations | |
| enum | mRadioButtonProp |
| the properties id of mRadioButton More... | |
| enum | enumRadioButtonNotify |
| the notification id of mRadioButton More... | |
Variables | |
| MGNCS_EXPORT mRadioButtonClass | g_stmRadioButtonCls |
| global mRadioButtonClass More... | |
| #define NCSCTRL_RADIOBUTTON NCSCLASSNAME("radiobutton") |
the name of Radiobutton control
Definition at line 71 of file mradiobutton.h.
the notification id of mRadioButton
Definition at line 147 of file mradiobutton.h.
| enum mRadioButtonProp |
the properties id of mRadioButton
Definition at line 136 of file mradiobutton.h.
| g_stmRadioButtonCls |
global mRadioButtonClass
1.8.17