|
mGNCS API Reference
v1.5.0
A new control set and a new framework for MiniGUI apps
|
Data Structures | |
| struct | mCheckButton |
| CheckButton, derived from mButton. More... | |
| struct | mCheckButtonClass |
| checkbutton class struct of button control, derived from mButtonClass More... | |
| struct | mCheckButtonRenderer |
| Checkbutton class renderer interface, derived from mButtonRenderer. More... | |
Macros | |
| #define | NCSCTRL_CHECKBUTTON NCSCLASSNAME("checkbutton") |
| the name of checkbutton class More... | |
Enumerations | |
| enum | mCheckButtonProp |
| the properties id of mCheckButton, derived from mButtonProp More... | |
| enum | mCheckButtonNotify |
| the notification id of mCheckButton More... | |
Variables | |
| MGNCS_EXPORT mCheckButtonClass | g_stmCheckButtonCls |
| global mCheckButtonClass More... | |
| #define NCSCTRL_CHECKBUTTON NCSCLASSNAME("checkbutton") |
the name of checkbutton class
Definition at line 72 of file mcheckbutton.h.
| enum mCheckButtonNotify |
the notification id of mCheckButton
Definition at line 147 of file mcheckbutton.h.
| enum mCheckButtonProp |
the properties id of mCheckButton, derived from mButtonProp
Definition at line 138 of file mcheckbutton.h.
| g_stmCheckButtonCls |
global mCheckButtonClass
1.8.17