MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
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

#define SB_BOTTOM   0x0C

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

Definition at line 1028 of file window.h.

#define SB_ENDSCROLL   0x0D

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

Definition at line 1035 of file window.h.

#define SB_LINEDOWN   0x02

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

Definition at line 958 of file window.h.

#define SB_LINELEFT   0x03

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

Definition at line 965 of file window.h.

#define SB_LINERIGHT   0x04

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

Definition at line 972 of file window.h.

#define SB_LINEUP   0x01a

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

Definition at line 951 of file window.h.

#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 986 of file window.h.

#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 993 of file window.h.

#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 1000 of file window.h.

#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 979 of file window.h.

#define SB_THUMBPOSITION   0x09

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

Definition at line 1007 of file window.h.

#define SB_THUMBTRACK   0x0A

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

Definition at line 1014 of file window.h.

#define SB_TOP   0x0B

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

Definition at line 1021 of file window.h.