mGNCS API Reference  v1.5.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

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

Detailed Description

Macro Definition Documentation

◆ NCSCTRL_RADIOBUTTON

#define NCSCTRL_RADIOBUTTON   NCSCLASSNAME("radiobutton")

the name of Radiobutton control

Definition at line 71 of file mradiobutton.h.

Enumeration Type Documentation

◆ enumRadioButtonNotify

the notification id of mRadioButton

Definition at line 147 of file mradiobutton.h.

◆ mRadioButtonProp

the properties id of mRadioButton

Definition at line 136 of file mradiobutton.h.

Variable Documentation

◆ g_stmRadioButtonCls

g_stmRadioButtonCls