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 srollbar control

Macros

#define SB_LINEUP   0x01a
 The SB_LINEUP notification message is sent when the user clicked the up arrow on the bar. More...
 
#define SB_LINEDOWN   0x02
 The SB_LINEDOWN notification message is sent when the user clicked the down arrow on the bar. More...
 
#define SB_LINELEFT   0x03
 The SB_LINELEFT notification message is sent when the user clicked the left arrow on the bar. More...
 
#define SB_LINERIGHT   0x04
 The SB_LINERIGHT notification message is sent when the user clicked the right arrow on the bar. More...
 
#define SB_PAGEUP   0x05
 The SB_PAGEUP notification message is sent when the user clicked the page up area on the bar. More...
 
#define SB_PAGEDOWN   0x06
 The SB_PAGEDOWN notification message is sent when the user clicked the page down area on the bar. More...
 
#define SB_PAGELEFT   0x07
 The SB_PAGELEFT notification message is sent when the user clicked the page left area on the bar. More...
 
#define SB_PAGERIGHT   0x08
 The SB_PAGERIGHT notification message is sent when the user clicked the page right area on the bar. More...
 
#define SB_THUMBPOSITION   0x09
 The SB_THUMBPOSITION notification message is sent when the user set a new thumb position. More...
 
#define SB_THUMBTRACK   0x0A
 The SB_THUMBTRACK notification message is sent when the user is draging and tracking the thumb. More...
 
#define SB_TOP   0x0B
 The SB_TOP notification message is sent when the user move thumb to minimum position. More...
 
#define SB_BOTTOM   0x0C
 The SB_BOTTOM notification message is sent when the user move thumb to maximum position. More...
 
#define SB_ENDSCROLL   0x0D
 The SB_ENDSCROLL notification message is sent when the thumb at the end of bar. More...
 

Detailed Description

Macro Definition Documentation

◆ SB_BOTTOM

#define SB_BOTTOM   0x0C

The SB_BOTTOM notification message is sent when the user move thumb to maximum position.

Definition at line 1196 of file window.h.

◆ SB_ENDSCROLL

#define SB_ENDSCROLL   0x0D

The SB_ENDSCROLL notification message is sent when the thumb at the end of bar.

Definition at line 1203 of file window.h.

◆ SB_LINEDOWN

#define SB_LINEDOWN   0x02

The SB_LINEDOWN notification message is sent when the user clicked the down arrow on the bar.

Definition at line 1126 of file window.h.

◆ SB_LINELEFT

#define SB_LINELEFT   0x03

The SB_LINELEFT notification message is sent when the user clicked the left arrow on the bar.

Definition at line 1133 of file window.h.

◆ SB_LINERIGHT

#define SB_LINERIGHT   0x04

The SB_LINERIGHT notification message is sent when the user clicked the right arrow on the bar.

Definition at line 1140 of file window.h.

◆ SB_LINEUP

#define SB_LINEUP   0x01a

The SB_LINEUP notification message is sent when the user clicked the up arrow on the bar.

Definition at line 1119 of file window.h.

◆ SB_PAGEDOWN

#define SB_PAGEDOWN   0x06

The SB_PAGEDOWN notification message is sent when the user clicked the page down area on the bar.

Definition at line 1154 of file window.h.

◆ SB_PAGELEFT

#define SB_PAGELEFT   0x07

The SB_PAGELEFT notification message is sent when the user clicked the page left area on the bar.

Definition at line 1161 of file window.h.

◆ SB_PAGERIGHT

#define SB_PAGERIGHT   0x08

The SB_PAGERIGHT notification message is sent when the user clicked the page right area on the bar.

Definition at line 1168 of file window.h.

◆ SB_PAGEUP

#define SB_PAGEUP   0x05

The SB_PAGEUP notification message is sent when the user clicked the page up area on the bar.

Definition at line 1147 of file window.h.

◆ SB_THUMBPOSITION

#define SB_THUMBPOSITION   0x09

The SB_THUMBPOSITION notification message is sent when the user set a new thumb position.

Definition at line 1175 of file window.h.

◆ SB_THUMBTRACK

#define SB_THUMBTRACK   0x0A

The SB_THUMBTRACK notification message is sent when the user is draging and tracking the thumb.

Definition at line 1182 of file window.h.

◆ SB_TOP

#define SB_TOP   0x0B

The SB_TOP notification message is sent when the user move thumb to minimum position.

Definition at line 1189 of file window.h.