MiniGUI API Reference (MiniGUI-Threads)  v5.0.0
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 11460 of file window.h.

Field Documentation

◆ caption

const char* caption

Control caption

Definition at line 11473 of file window.h.

◆ class_name

const char* class_name

Class name of the control

Definition at line 11463 of file window.h.

◆ dwAddData

DWORD dwAddData

Additional data

Definition at line 11475 of file window.h.

◆ dwExStyle

DWORD dwExStyle

Control extended style

Definition at line 11477 of file window.h.

◆ dwStyle

DWORD dwStyle

Control style

Definition at line 11465 of file window.h.

◆ id

LINT id

Control identifier

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

Definition at line 11471 of file window.h.

◆ we_attrs

const WINDOW_ELEMENT_ATTR* we_attrs

table of we_attrs

Definition at line 11483 of file window.h.

◆ werdr_name

const char* werdr_name

window element renderer name

Definition at line 11480 of file window.h.

◆ x

int x

Control position in dialog

Definition at line 11467 of file window.h.


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