| 
    MiniGUI API Reference (MiniGUI-Threads)
    v5.0.6
    
   A mature and proven cross-platform GUI system for embedded and smart IoT devices 
   | 
 
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... | |
| #define MCS_CHN 0x0001L | 
Displays chinese label.
Definition at line 147 of file monthcal.h.
| #define MCS_ENG_L 0x0002L | 
Displays long english label.
Definition at line 153 of file monthcal.h.
| #define MCS_ENG_S 0x0003L | 
Displays short english label.
Definition at line 159 of file monthcal.h.
| #define MCS_NOTIFY 0x0004L | 
Notifies the parent window when something happens.
Definition at line 165 of file monthcal.h.
| #define MCS_NOYEARMON 0x0008L | 
Do not show year and month.
Definition at line 171 of file monthcal.h.
 1.8.17