|
MiniGUI API Reference (MiniGUI-Processes)
v3.2.0
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 102 of file scrollview.h.
| int controlnr |
Number of controls
Definition at line 112 of file scrollview.h.
| PCTRLDATA controls |
Pointer to control array
Definition at line 114 of file scrollview.h.
| DWORD dwAddData |
Additional data
Definition at line 116 of file scrollview.h.
| WNDPROC user_proc |
User-defined window procedure of the container
Definition at line 110 of file scrollview.h.
1.8.11