MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
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 3646 of file window.h.

Field Documentation

int dwStyle

The styles of window.

Definition at line 3649 of file window.h.

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 3659 of file window.h.


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