MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_CONTAINERINFO Struct Reference

#include <scrollview.h>

Data Fields

WNDPROC user_proc
 
int controlnr
 
PCTRLDATA controls
 
DWORD dwAddData
 

Detailed Description

Structure which defines a container.

Definition at line 102 of file scrollview.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: