MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Macros
Notification codes of trackbar control

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...
 

Detailed Description

Macro Definition Documentation

#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.