MiniGUI API Reference (MiniGUI-Threads)
v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
#define | MSG_IDLE 0x0142 |
Indicates the system enters idle loop. More... | |
#define | MSG_TIMER 0x0144 |
Indicates a timer has expired. More... | |
#define | MSG_DOESNEEDIME 0x0150 |
Send to a window to query whether the window needs to open IME window. More... | |
#define MSG_DOESNEEDIME 0x0150 |
Send to a window to query whether the window needs to open IME window.
The system will send this message when the window gain the input focus to determine whether the window needs to open IME window.
The application should handle this message and return TRUE when the window need IME window. Default window procedure returns FALSE.
#define MSG_IDLE 0x0142 |
#define MSG_TIMER 0x0144 |
Indicates a timer has expired.
This message is sent to the window when a timer expired.
timer_id | The identifier of the timer has expired. |
tick_count | The tick count when the timer had expired. |