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

Macros

#define SPS_AUTOSCROLL   0x00000001L
 The spinbox control can automatically scroll, and disable itself when reach maximal or minimal value. More...
 
#define SPS_HORIZONTAL   0x00000010L
 The spinbox control is horizontal. The default is vertical. More...
 
#define SPS_TYPE_NORMAL   0x00000000L
 The spinbox control contains the up and left arrows. More...
 
#define SPS_TYPE_UPARROW   0x00000100L
 The spinbox control contains only the up/left arrow. More...
 
#define SPS_TYPE_DOWNARROW   0x00000200L
 The spinbox control contains only the down/right arrow. More...
 
#define SPS_TYPE_MASK   0x00000F00L
 The mask code of spinbox control. More...
 

Detailed Description

Macro Definition Documentation

#define SPS_AUTOSCROLL   0x00000001L

The spinbox control can automatically scroll, and disable itself when reach maximal or minimal value.

Definition at line 112 of file spinbox.h.

#define SPS_HORIZONTAL   0x00000010L

The spinbox control is horizontal. The default is vertical.

Definition at line 118 of file spinbox.h.

#define SPS_TYPE_DOWNARROW   0x00000200L

The spinbox control contains only the down/right arrow.

Definition at line 136 of file spinbox.h.

#define SPS_TYPE_MASK   0x00000F00L

The mask code of spinbox control.

Definition at line 142 of file spinbox.h.

#define SPS_TYPE_NORMAL   0x00000000L

The spinbox control contains the up and left arrows.

Definition at line 124 of file spinbox.h.

#define SPS_TYPE_UPARROW   0x00000100L

The spinbox control contains only the up/left arrow.

Definition at line 130 of file spinbox.h.