MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_CTRLDATA Struct Reference

#include <window.h>

Data Fields

const char * class_name
 
DWORD dwStyle
 
int x
 
LINT id
 
const char * caption
 
DWORD dwAddData
 
DWORD dwExStyle
 
const char * werdr_name
 
const WINDOW_ELEMENT_ATTRwe_attrs
 

Detailed Description

Structure which defines a control.

Definition at line 11525 of file window.h.

Field Documentation

◆ caption

const char* caption

Control caption

Definition at line 11538 of file window.h.

◆ class_name

const char* class_name

Class name of the control

Definition at line 11528 of file window.h.

◆ dwAddData

DWORD dwAddData

Additional data

Definition at line 11540 of file window.h.

◆ dwExStyle

DWORD dwExStyle

Control extended style

Definition at line 11542 of file window.h.

◆ dwStyle

DWORD dwStyle

Control style

Definition at line 11530 of file window.h.

◆ id

LINT id

Control identifier

Note
The type changed from int to LINT since v3.2.

Definition at line 11536 of file window.h.

◆ we_attrs

const WINDOW_ELEMENT_ATTR* we_attrs

table of we_attrs

Definition at line 11548 of file window.h.

◆ werdr_name

const char* werdr_name

window element renderer name

Definition at line 11545 of file window.h.

◆ x

int x

Control position in dialog

Definition at line 11532 of file window.h.


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