MiniGUI API Reference (MiniGUI-Threads)  v5.0.6
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 114 of file scrollview.h.

Field Documentation

◆ controlnr

int controlnr

Number of controls

Definition at line 124 of file scrollview.h.

◆ controls

PCTRLDATA controls

Pointer to control array

Definition at line 126 of file scrollview.h.

◆ dwAddData

DWORD dwAddData

Additional data

Definition at line 128 of file scrollview.h.

◆ user_proc

WNDPROC user_proc

User-defined window procedure of the container

Definition at line 122 of file scrollview.h.


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