|
MiniGUI API Reference (MiniGUI-Standalone)
v3.2.0
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 217 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 225 of file progressbar.h.
1.8.11