MiniGUI API Reference (MiniGUI-Processes)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
#define | SVS_UPNOTIFY 0x0001L |
Sends the notification messages to parent window when the keys is up. More... | |
#define | SVS_NOTIFY 0x0002L |
reserved. More... | |
#define | SVS_AUTOSORT 0x0004L |
Automatically sorts strings entered in the scrollview control. More... | |
#define | SVS_LOOP 0x0008L |
Loops the item automatically when user select item with down or up key. More... | |
#define SVS_AUTOSORT 0x0004L |
Automatically sorts strings entered in the scrollview control.
Definition at line 242 of file scrollview.h.
#define SVS_LOOP 0x0008L |
Loops the item automatically when user select item with down or up key.
Definition at line 248 of file scrollview.h.
#define SVS_NOTIFY 0x0002L |
reserved.
Definition at line 236 of file scrollview.h.
#define SVS_UPNOTIFY 0x0001L |
Sends the notification messages to parent window when the keys is up.
Definition at line 230 of file scrollview.h.