MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
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

◆ TBN_CHANGE

#define TBN_CHANGE   3

Notifies that the position of the slider has changed.

Definition at line 446 of file trackbar.h.

◆ TBN_REACHMAX

#define TBN_REACHMAX   2

Notifies that the slider has reached the maximum position.

Definition at line 440 of file trackbar.h.

◆ TBN_REACHMIN

#define TBN_REACHMIN   1

Notifies that the slider has reached the minimum position.

Definition at line 434 of file trackbar.h.

◆ TBN_STARTDRAG

#define TBN_STARTDRAG   4

Notifies that the user start to drag the slider.

Definition at line 452 of file trackbar.h.

◆ TBN_STOPDRAG

#define TBN_STOPDRAG   5

Notifies that the user stop to drag the slider.

Definition at line 458 of file trackbar.h.