![]() |
µGFX
2.9
version 2.9
|
Go to the source code of this file.
Functions | |
GHandle | gwinGetFirstChild (GHandle gh) |
Get the first child window. More... | |
GHandle | gwinGetSibling (GHandle gh) |
Get the next child window in the z-order. More... | |
gCoord | gwinGetInnerWidth (GHandle gh) |
Get the inner width of a container window. More... | |
gCoord | gwinGetInnerHeight (GHandle gh) |
Get the inner height of a container window. More... | |
GHandle | gwinGContainerCreate (GDisplay *g, GContainerObject *gw, const GWidgetInit *pInit, gU32 flags) |
Create a simple container. More... | |
void | gwinContainerDraw_Std (GWidgetObject *gw, void *param) |
The default rendering function for the container widget. More... | |
void | gwinContainerDraw_Transparent (GWidgetObject *gw, void *param) |
Renders the container but leaves the client area transparent. More... | |
void | gwinContainerDraw_Image (GWidgetObject *gw, void *param) |
Renders the container and uses the specified image for the client area. More... | |
Macros | |
#define | GWIN_CONTAINER_BORDER 0x00000001 |
Flags for gwinContainerCreate() More... | |
Typedefs | |
typedef GWidgetObject | GContainerObject |
The GWIN Container structure. More... | |