MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
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

◆ MCS_CHN

#define MCS_CHN   0x0001L

Displays chinese label.

Definition at line 147 of file monthcal.h.

◆ MCS_ENG_L

#define MCS_ENG_L   0x0002L

Displays long english label.

Definition at line 153 of file monthcal.h.

◆ MCS_ENG_S

#define MCS_ENG_S   0x0003L

Displays short english label.

Definition at line 159 of file monthcal.h.

◆ MCS_NOTIFY

#define MCS_NOTIFY   0x0004L

Notifies the parent window when something happens.

Definition at line 165 of file monthcal.h.

◆ MCS_NOYEARMON

#define MCS_NOYEARMON   0x0008L

Do not show year and month.

Definition at line 171 of file monthcal.h.