MiniGUI API Reference (MiniGUI-Processes)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
#define | TBN_REACHMIN 1 |
Notifies that the slider has reached the minimum position. More... | |
#define | TBN_REACHMAX 2 |
Notifies that the slider has reached the maximum position. More... | |
#define | TBN_CHANGE 3 |
Notifies that the position of the slider has changed. More... | |
#define | TBN_STARTDRAG 4 |
Notifies that the user start to drag the slider. More... | |
#define | TBN_STOPDRAG 5 |
Notifies that the user stop to drag the slider. More... | |
#define TBN_CHANGE 3 |
Notifies that the position of the slider has changed.
Definition at line 434 of file trackbar.h.
#define TBN_REACHMAX 2 |
Notifies that the slider has reached the maximum position.
Definition at line 428 of file trackbar.h.
#define TBN_REACHMIN 1 |
Notifies that the slider has reached the minimum position.
Definition at line 422 of file trackbar.h.
#define TBN_STARTDRAG 4 |
Notifies that the user start to drag the slider.
Definition at line 440 of file trackbar.h.
#define TBN_STOPDRAG 5 |
Notifies that the user stop to drag the slider.
Definition at line 446 of file trackbar.h.