mGNCS API Reference  v1.2.0
A new control set and a new framework for MiniGUI apps
Data Structures | Macros | Enumerations | Variables
mRadioButton

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...
 

Detailed Description

Macro Definition Documentation

#define NCSCTRL_RADIOBUTTON   NCSCLASSNAME("radiobutton")

the name of Radiobutton control

Definition at line 59 of file mradiobutton.h.

Enumeration Type Documentation

the notification id of mRadioButton

Definition at line 135 of file mradiobutton.h.

the properties id of mRadioButton

Definition at line 124 of file mradiobutton.h.

Variable Documentation

g_stmRadioButtonCls