MiniGUI API Reference (MiniGUI-Processes)
v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
#define | PBN_REACHMAX 1 |
Notifies reach of maximum limit. More... | |
#define | PBN_REACHMIN 2 |
Notifies reach of minimum limit. More... | |
#define PBN_REACHMAX 1 |
Notifies reach of maximum limit.
The PBN_REACHMAX notification code is sent when the progressbar reachs its maximum limit.
Definition at line 229 of file progressbar.h.
#define PBN_REACHMIN 2 |
Notifies reach of minimum limit.
The PBN_REACHMIN notification code is sent when the progressbar reachs its minimum limit.
Definition at line 237 of file progressbar.h.