MiniGUI API Reference (MiniGUI-Standalone)  v4.0.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 4907 of file window.h.

Field Documentation

◆ cl

int cl

The position and size of client area.

Definition at line 4914 of file window.h.

◆ dwExStyle

DWORD dwExStyle

The extended styles of window.

Definition at line 4920 of file window.h.

◆ dwStyle

DWORD dwStyle

The styles of window.

Definition at line 4918 of file window.h.

◆ hAccel

HACCEL hAccel

The handle of accelerator table.

Definition at line 4929 of file window.h.

◆ hCursor

HCURSOR hCursor

The handle of cursor.

Definition at line 4931 of file window.h.

◆ hIcon

HICON hIcon

The handle of icon.

Definition at line 4933 of file window.h.

◆ hMenu

HMENU hMenu

The handle of menu.

Definition at line 4927 of file window.h.

◆ hscroll

LFSCROLLBARINFO hscroll

The horizital scrollbar information.

Definition at line 4949 of file window.h.

◆ hSysMenu

HMENU hSysMenu

The handle of system menu.

Definition at line 4935 of file window.h.

◆ iBkColor

gal_pixel iBkColor

The background color.

Definition at line 4925 of file window.h.

◆ id

LINT id

The identifier of window.

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

Definition at line 4944 of file window.h.

◆ iFgColor

gal_pixel iFgColor

The foreground color (not used).

Definition at line 4923 of file window.h.

◆ left

int left

The position and size of window.

Definition at line 4910 of file window.h.

◆ pLogFont

PLOGFONT pLogFont

The pointer to logical font.

Definition at line 4937 of file window.h.

◆ spCaption

char* spCaption

The caption of window.

Definition at line 4940 of file window.h.

◆ vscroll

LFSCROLLBARINFO vscroll

The vertical scrollbar information.

Definition at line 4947 of file window.h.

◆ we_rdr

The window renderer.

Definition at line 4952 of file window.h.


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