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

Data Structures

struct  mSeparator
 separator class, derived from mStatic More...
 
struct  mSeparatorClass
 struct of separator control, derived from mStaticClass More...
 
struct  mSeparatorRenderer
 separator class renderer interface, derived from mStaticRenderer More...
 

Macros

#define NCSCTRL_SEPARATOR   NCSCLASSNAME("separator")
 the name of separator control More...
 
#define NCSS_SPRTR_VERT   (0x1<<NCSS_STATIC_SHIFT)
 indicate a vertical separator More...
 

Enumerations

Variables

MGNCS_EXPORT mSeparatorClass g_stmSeparatorCls
 global mSeparatorClass More...
 

Detailed Description

Macro Definition Documentation

#define NCSCTRL_SEPARATOR   NCSCLASSNAME("separator")

the name of separator control

Definition at line 60 of file mseparator.h.

#define NCSS_SPRTR_VERT   (0x1<<NCSS_STATIC_SHIFT)

indicate a vertical separator

Definition at line 133 of file mseparator.h.

Enumeration Type Documentation

the notification code of mSeparator

Definition at line 140 of file mseparator.h.

the properties id of mSeparator

Definition at line 125 of file mseparator.h.

Variable Documentation

g_stmSeparatorCls