![]() |
µGFX
2.9
version 2.9
|
A window object structure.
#include <gwin.h>
Data Fields | |
const struct gwinVMT * | vmt |
GDisplay * | display |
gCoord | x |
gCoord | y |
gCoord | width |
gCoord | height |
gColor | color |
gColor | bgcolor |
gU32 | flags |
gColor GWindowObject::bgcolor |
gColor GWindowObject::color |
GDisplay* GWindowObject::display |
gU32 GWindowObject::flags |
const struct gwinVMT* GWindowObject::vmt |
The VMT for this GWIN
Definition at line 45 of file gwin.h.
Referenced by gwinCheckboxCheck(), gwinCheckboxDraw_Button(), gwinCheckboxDraw_CheckOnLeft(), gwinCheckboxDraw_CheckOnRight(), gwinCheckboxIsChecked(), gwinProgressbarDecrement(), gwinProgressbarDraw_Std(), gwinProgressbarIncrement(), gwinProgressbarSetPosition(), gwinProgressbarSetRange(), gwinProgressbarSetResolution(), gwinSliderDraw_Std(), gwinSliderSendExtendedEvents(), gwinSliderSetPosition(), and gwinSliderSetRange().