MiniGUI API Reference (MiniGUI-Processes)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
#define | TBM_SETRANGE 0xF090 |
Sets the range of minimum and maximum logical positions for the slider in a trackbar. More... | |
#define | TBM_GETMIN 0xF091 |
Gets the minimum logical position for the slider. More... | |
#define | TBM_SETPOS 0xF092 |
Sets the current logical position of the slider. More... | |
#define | TBM_GETPOS 0xF093 |
Gets the current logical position of the slider. More... | |
#define | TBM_SETLINESIZE 0xF094 |
Sets the number of logical positions moved in response to keyboard input from the arrow keys. More... | |
#define | TBM_GETLINESIZE 0xF095 |
Gets the number of logical positions moved in response to keyboard input from the arrow keys. More... | |
#define | TBM_SETPAGESIZE 0xF096 |
Sets the number of logical positions moved in response to keyboard input from page keys.. More... | |
#define | TBM_GETPAGESIZE 0xF097 |
Gets the number of logical positions moved in response to keyboard input from page keys.. More... | |
#define | TBM_SETTIP 0xF098 |
Sets the start and end tip strings. More... | |
#define | TBM_GETTIP 0xF09A |
Gets the start and end tip strings. More... | |
#define | TBM_SETTICKFREQ 0xF09B |
Sets the interval frequency for tick marks in a trackbar. More... | |
#define | TBM_GETTICKFREQ 0xF09C |
Gets the interval frequency for tick marks in a trackbar. More... | |
#define | TBM_SETMIN 0xF09D |
Sets the minimum logical position for the slider in a trackbar. More... | |
#define | TBM_SETMAX 0xF09E |
Sets the maximum logical position for the slider in a trackbar. More... | |
#define | TBM_GETMAX 0xF09F |
Gets the maximum logical position for the slider in a trackbar. More... | |
#define TBM_GETLINESIZE 0xF095 |
Gets the number of logical positions moved in response to keyboard input from the arrow keys.
Gets the number of logical positions the trackbar's slider moves in response to keyboard input from the arrow keys. The logical positions are the integer increments in the trackbar's range of minimum to maximum slider positions.
Definition at line 236 of file trackbar.h.
#define TBM_GETMAX 0xF09F |
Gets the maximum logical position for the slider in a trackbar.
Definition at line 407 of file trackbar.h.
#define TBM_GETMIN 0xF091 |
Gets the minimum logical position for the slider.
Definition at line 160 of file trackbar.h.
#define TBM_GETPAGESIZE 0xF097 |
Gets the number of logical positions moved in response to keyboard input from page keys..
Gets the number of logical positions the trackbar's slider moves in response to keyboard input form page keys, such as PAGE DOWN or PAGE UP keys. The logical positions are the integer increments in the trackbar's range of minimum to maximum slider positions.
Definition at line 281 of file trackbar.h.
#define TBM_GETPOS 0xF093 |
Gets the current logical position of the slider.
Definition at line 193 of file trackbar.h.
#define TBM_GETTICKFREQ 0xF09C |
Gets the interval frequency for tick marks in a trackbar.
Definition at line 356 of file trackbar.h.
#define TBM_GETTIP 0xF09A |
Gets the start and end tip strings.
starttip | Buffer receives the start tip string. It should be length enough to save (TBLEN_TIP + 1) characters. |
endtip | Buffer receives the end tip string. It should be length enough to save (TBLEN_TIP + 1) characters. |
Definition at line 323 of file trackbar.h.
#define TBM_SETLINESIZE 0xF094 |
Sets the number of logical positions moved in response to keyboard input from the arrow keys.
Sets the number of logical positions the trackbar's slider moves in response to keyboard input from the arrow keys. The logical positions are the integer increments in the trackbar's range of minimum to maximum slider positions.
linesize | New line size. |
Definition at line 216 of file trackbar.h.
#define TBM_SETMAX 0xF09E |
Sets the maximum logical position for the slider in a trackbar.
min | The new maximum logical position for the slider in a trackbar. |
Definition at line 392 of file trackbar.h.
#define TBM_SETMIN 0xF09D |
Sets the minimum logical position for the slider in a trackbar.
min | The new minimum logical position for the slider in a trackbar. |
Definition at line 374 of file trackbar.h.
#define TBM_SETPAGESIZE 0xF096 |
Sets the number of logical positions moved in response to keyboard input from page keys..
Sets the number of logical positions the trackbar's slider moves in response to keyboard input form page keys, such as PAGE DOWN or PAGE UP keys. The logical positions are the integer increments in the trackbar's range of minimum to maximum slider positions.
pagesize | New page size. |
Definition at line 260 of file trackbar.h.
#define TBM_SETPOS 0xF092 |
Sets the current logical position of the slider.
pos | New logical position of the slider. |
Definition at line 178 of file trackbar.h.
#define TBM_SETRANGE 0xF090 |
Sets the range of minimum and maximum logical positions for the slider in a trackbar.
min | Minimum position for the slider. |
max | Maximum position for the slider. |
Definition at line 145 of file trackbar.h.
#define TBM_SETTICKFREQ 0xF09B |
Sets the interval frequency for tick marks in a trackbar.
tickfreq | New interval frequency for tick marks in a trackbar. |
Definition at line 341 of file trackbar.h.
#define TBM_SETTIP 0xF098 |
Sets the start and end tip strings.
starttip | New start tip string. |
endtip | New end tip tip string. |
Definition at line 301 of file trackbar.h.