#define TBN_CHANGE 3 |
Notifies that the position of the slider has changed.
Definition at line 413 of file trackbar.h.
#define TBN_REACHMAX 2 |
Notifies that the slider has reached the maximum position.
Definition at line 407 of file trackbar.h.
#define TBN_REACHMIN 1 |
Notifies that the slider has reached the minimum position.
Definition at line 401 of file trackbar.h.
#define TBN_STARTDRAG 4 |
Notifies that the user start to drag the slider.
Definition at line 419 of file trackbar.h.
#define TBN_STOPDRAG 5 |
Notifies that the user stop to drag the slider.
Definition at line 425 of file trackbar.h.