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

enum  mSeparatorProp
 the properties id of mSeparator More...
 
enum  enumSeparatorNotify
 the notification code of mSeparator More...
 

Variables

MGNCS_EXPORT mSeparatorClass g_stmSeparatorCls
 global mSeparatorClass More...
 

Detailed Description

Macro Definition Documentation

◆ NCSCTRL_SEPARATOR

#define NCSCTRL_SEPARATOR   NCSCLASSNAME("separator")

the name of separator control

Definition at line 72 of file mseparator.h.

◆ NCSS_SPRTR_VERT

#define NCSS_SPRTR_VERT   (0x1<<NCSS_STATIC_SHIFT)

indicate a vertical separator

Definition at line 145 of file mseparator.h.

Enumeration Type Documentation

◆ enumSeparatorNotify

the notification code of mSeparator

Definition at line 152 of file mseparator.h.

◆ mSeparatorProp

the properties id of mSeparator

Definition at line 137 of file mseparator.h.

Variable Documentation

◆ g_stmSeparatorCls

g_stmSeparatorCls