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

Data Structures

struct  mGroupBox
 groupbox class, derived from mStatic More...
 
struct  mGroupBoxClass
 struct of groupbox control, derived from mStaticClass More...
 
struct  mGroupBoxRenderer
 groupbox class renderer interface, derived from mStaticRenderer More...
 

Macros

#define NCSCTRL_GROUPBOX   NCSCLASSNAME("groupbox")
 the name of groupbox control More...
 

Enumerations

Variables

MGNCS_EXPORT mGroupBoxClass g_stmGroupBoxCls
 global mGroupBoxClass More...
 

Detailed Description

Macro Definition Documentation

#define NCSCTRL_GROUPBOX   NCSCLASSNAME("groupbox")

the name of groupbox control

Definition at line 59 of file mgroupbox.h.

Enumeration Type Documentation

the notification code of mGroupBox

Definition at line 142 of file mgroupbox.h.

the properties id of mGroupBox

Definition at line 132 of file mgroupbox.h.

Variable Documentation

g_stmGroupBoxCls