MiniGUI API Reference (MiniGUI-Threads)
v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
#include <scrollview.h>
Data Fields | |
WNDPROC | user_proc |
int | controlnr |
PCTRLDATA | controls |
DWORD | dwAddData |
Structure which defines a container.
Definition at line 114 of file scrollview.h.
int controlnr |
Number of controls
Definition at line 124 of file scrollview.h.
PCTRLDATA controls |
Pointer to control array
Definition at line 126 of file scrollview.h.
DWORD dwAddData |
Additional data
Definition at line 128 of file scrollview.h.
WNDPROC user_proc |
User-defined window procedure of the container
Definition at line 122 of file scrollview.h.