µGFX  2.9
version 2.9
GWindowObject Struct Reference

Detailed Description

A window object structure.

Note
Do not access the members directly. Treat it as a black-box and use the method functions.

Definition at line 40 of file gwin.h.

#include <gwin.h>

Data Fields

const struct gwinVMTvmt
 
GDisplay * display
 
gCoord x
 
gCoord y
 
gCoord width
 
gCoord height
 
gColor color
 
gColor bgcolor
 
gU32 flags
 

Field Documentation

◆ bgcolor

gColor GWindowObject::bgcolor

The current background drawing color

Definition at line 52 of file gwin.h.

◆ color

gColor GWindowObject::color

The current foreground drawing color

Definition at line 51 of file gwin.h.

◆ display

GDisplay* GWindowObject::display

The display this window is on

Definition at line 46 of file gwin.h.

◆ flags

gU32 GWindowObject::flags

Window flags (the meaning is private to the GWIN class)

Definition at line 53 of file gwin.h.

◆ height

gCoord GWindowObject::height

The height of this window

Definition at line 50 of file gwin.h.

◆ vmt

◆ width

gCoord GWindowObject::width

The width of this window

Definition at line 49 of file gwin.h.

◆ x

gCoord GWindowObject::x

The position relative to the screen

Definition at line 47 of file gwin.h.

◆ y

gCoord GWindowObject::y

The position relative to the screen

Definition at line 48 of file gwin.h.