MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields

#include <window.h>

Data Fields

int left
 
int cl
 
DWORD dwStyle
 
DWORD dwExStyle
 
gal_pixel iFgColor
 
gal_pixel iBkColor
 
HMENU hMenu
 
HACCEL hAccel
 
HCURSOR hCursor
 
HICON hIcon
 
HMENU hSysMenu
 
PLOGFONT pLogFont
 
char * spCaption
 
LINT id
 
LFSCROLLBARINFO vscroll
 
LFSCROLLBARINFO hscroll
 
WINDOW_ELEMENT_RENDERERwe_rdr
 

Detailed Description

The window information structure.

Definition at line 4124 of file window.h.

Field Documentation

int cl

The position and size of client area.

Definition at line 4131 of file window.h.

DWORD dwExStyle

The extended styles of window.

Definition at line 4137 of file window.h.

DWORD dwStyle

The styles of window.

Definition at line 4135 of file window.h.

HACCEL hAccel

The handle of accelerator table.

Definition at line 4146 of file window.h.

HCURSOR hCursor

The handle of cursor.

Definition at line 4148 of file window.h.

HICON hIcon

The handle of icon.

Definition at line 4150 of file window.h.

HMENU hMenu

The handle of menu.

Definition at line 4144 of file window.h.

LFSCROLLBARINFO hscroll

The horizital scrollbar information.

Definition at line 4166 of file window.h.

HMENU hSysMenu

The handle of system menu.

Definition at line 4152 of file window.h.

gal_pixel iBkColor

The background color.

Definition at line 4142 of file window.h.

LINT id

The identifier of window.

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

Definition at line 4161 of file window.h.

gal_pixel iFgColor

The foreground color (not used).

Definition at line 4140 of file window.h.

int left

The position and size of window.

Definition at line 4127 of file window.h.

PLOGFONT pLogFont

The pointer to logical font.

Definition at line 4154 of file window.h.

char* spCaption

The caption of window.

Definition at line 4157 of file window.h.

LFSCROLLBARINFO vscroll

The vertical scrollbar information.

Definition at line 4164 of file window.h.

The window renderer.

Definition at line 4169 of file window.h.


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