MiniGUI API Reference (MiniGUI-Standalone)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
#define | SBS_HORZ 0x1000 |
Create a horizontal scrollbar. More... | |
#define | SBS_VERT 0x2000 |
Create a vertical scrollbar. More... | |
#define | SBS_BOTTOMALIGN 0x0001 |
Create a horizontal scrollbar on the bottom of the rect. More... | |
#define | SBS_TOPALIGN 0x0002 |
Create a horizontal scrollbar on the top of the rect. More... | |
#define | SBS_LEFTALIGN 0x0001 |
Create a vertical scrollbar on the left of the rect. More... | |
#define | SBS_RIGHTALIGN 0x0002 |
Create a vertical scrollbar on the right of the rect. More... | |
#define | SBS_NOARROW 0x0004 |
Create a vertical scrollbar with no arrow. More... | |
#define | SBS_NOSHAFT 0x0008 |
Create a vertical scrollbar with no shaft. More... | |
#define | SBS_FIXEDBARLEN 0x0010 |
Create a scrollbar with fixed thumb. More... | |
#define | SBS_NOTNOTIFYPARENT 0x0020 |
send notification code with SendNotifyMessage instead of NotifyParent More... | |
#define SBS_BOTTOMALIGN 0x0001 |
Create a horizontal scrollbar on the bottom of the rect.
Definition at line 99 of file scrollbar.h.
#define SBS_FIXEDBARLEN 0x0010 |
Create a scrollbar with fixed thumb.
Definition at line 149 of file scrollbar.h.
#define SBS_HORZ 0x1000 |
Create a horizontal scrollbar.
Definition at line 84 of file scrollbar.h.
#define SBS_LEFTALIGN 0x0001 |
Create a vertical scrollbar on the left of the rect.
Definition at line 117 of file scrollbar.h.
#define SBS_NOARROW 0x0004 |
Create a vertical scrollbar with no arrow.
Definition at line 134 of file scrollbar.h.
#define SBS_NOSHAFT 0x0008 |
Create a vertical scrollbar with no shaft.
Definition at line 142 of file scrollbar.h.
#define SBS_NOTNOTIFYPARENT 0x0020 |
send notification code with SendNotifyMessage instead of NotifyParent
Definition at line 156 of file scrollbar.h.
#define SBS_RIGHTALIGN 0x0002 |
Create a vertical scrollbar on the right of the rect.
Definition at line 126 of file scrollbar.h.
#define SBS_TOPALIGN 0x0002 |
Create a horizontal scrollbar on the top of the rect.
Definition at line 108 of file scrollbar.h.
#define SBS_VERT 0x2000 |
Create a vertical scrollbar.
Definition at line 90 of file scrollbar.h.