mGNCS API Reference
v1.2.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 |
Variables | |
MGNCS_EXPORT mRadioButtonClass | g_stmRadioButtonCls |
global mRadioButtonClass More... | |
#define NCSCTRL_RADIOBUTTON NCSCLASSNAME("radiobutton") |
the name of Radiobutton control
Definition at line 59 of file mradiobutton.h.
the notification id of mRadioButton
Definition at line 135 of file mradiobutton.h.
enum mRadioButtonProp |
the properties id of mRadioButton
Definition at line 124 of file mradiobutton.h.
g_stmRadioButtonCls |
global mRadioButtonClass