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

#include <window.h>

Data Fields

int dwStyle
 
int winType
 

Detailed Description

The window style information structure. Used by calc_we_metrics renderer function.

Definition at line 5119 of file window.h.

Field Documentation

◆ dwStyle

int dwStyle

The styles of window.

Definition at line 5122 of file window.h.

◆ winType

int winType

The window type, can be one of the values:

  • LFRDR_WINTYPE_DIALOG
    For dialog.
  • LFRDR_WINTYPE_MAINWIN
    For main window.
  • LFRDR_WINTYPE_CONTROL
    For control.

Definition at line 5132 of file window.h.


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