mGNCS API Reference
v1.2.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 |
Variables | |
MGNCS_EXPORT mCheckButtonClass | g_stmCheckButtonCls |
global mCheckButtonClass More... | |
#define NCSCTRL_CHECKBUTTON NCSCLASSNAME("checkbutton") |
the name of checkbutton class
Definition at line 60 of file mcheckbutton.h.
enum mCheckButtonNotify |
the notification id of mCheckButton
Definition at line 135 of file mcheckbutton.h.
enum mCheckButtonProp |
the properties id of mCheckButton, derived from mButtonProp
Definition at line 126 of file mcheckbutton.h.
g_stmCheckButtonCls |
global mCheckButtonClass