MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Macros
Styles of monthcalendar control

Macros

#define MCS_CHN   0x0001L
 Displays chinese label. More...
 
#define MCS_ENG_L   0x0002L
 Displays long english label. More...
 
#define MCS_ENG_S   0x0003L
 Displays short english label. More...
 
#define MCS_NOTIFY   0x0004L
 Notifies the parent window when something happens. More...
 
#define MCS_NOYEARMON   0x0008L
 Do not show year and month. More...
 

Detailed Description

Macro Definition Documentation

#define MCS_CHN   0x0001L

Displays chinese label.

Definition at line 135 of file monthcal.h.

#define MCS_ENG_L   0x0002L

Displays long english label.

Definition at line 141 of file monthcal.h.

#define MCS_ENG_S   0x0003L

Displays short english label.

Definition at line 147 of file monthcal.h.

#define MCS_NOTIFY   0x0004L

Notifies the parent window when something happens.

Definition at line 153 of file monthcal.h.

#define MCS_NOYEARMON   0x0008L

Do not show year and month.

Definition at line 159 of file monthcal.h.