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

enum  mGroupBoxProp
 the properties id of mGroupBox More...
 
enum  enumGroupBoxNotify
 the notification code of mGroupBox More...
 

Variables

MGNCS_EXPORT mGroupBoxClass g_stmGroupBoxCls
 global mGroupBoxClass More...
 

Detailed Description

Macro Definition Documentation

◆ NCSCTRL_GROUPBOX

#define NCSCTRL_GROUPBOX   NCSCLASSNAME("groupbox")

the name of groupbox control

Definition at line 71 of file mgroupbox.h.

Enumeration Type Documentation

◆ enumGroupBoxNotify

the notification code of mGroupBox

Definition at line 154 of file mgroupbox.h.

◆ mGroupBoxProp

the properties id of mGroupBox

Definition at line 144 of file mgroupbox.h.

Variable Documentation

◆ g_stmGroupBoxCls

g_stmGroupBoxCls