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

Macros

#define TBS_NOTIFY   0x0001L
 Causes the trackbar to notify the parent window with a notification message when the user clicks or doubleclicks the trackbar. More...
 
#define TBS_VERTICAL   0x0002L
 The trackbar control will be oriented vertically. More...
 
#define TBS_BORDER   0x0004L
 The trackbar control will have border. More...
 
#define TBS_TIP   0x0008L
 The trackbar control will display tip string above the control. More...
 
#define TBS_NOTICK   0x0010L
 The trackbar control will not display tick line beside the control. More...
 

Detailed Description

Macro Definition Documentation

#define TBS_BORDER   0x0004L

The trackbar control will have border.

Definition at line 102 of file trackbar.h.

#define TBS_NOTICK   0x0010L

The trackbar control will not display tick line beside the control.

Definition at line 114 of file trackbar.h.

#define TBS_NOTIFY   0x0001L

Causes the trackbar to notify the parent window with a notification message when the user clicks or doubleclicks the trackbar.

Definition at line 90 of file trackbar.h.

#define TBS_TIP   0x0008L

The trackbar control will display tip string above the control.

Definition at line 108 of file trackbar.h.

#define TBS_VERTICAL   0x0002L

The trackbar control will be oriented vertically.

Definition at line 96 of file trackbar.h.