![]() |
µGFX
2.9
version 2.9
|
GWIN Graphic window subsystem header file.
Definition in file gwin_frame.h.
Go to the source code of this file.
Functions | |
GHandle | gwinGFrameCreate (GDisplay *g, GFrameObject *fo, GWidgetInit *pInit, gU32 flags) |
Create a frame widget. More... | |
void | gwinFrameDraw_Std (GWidgetObject *gw, void *param) |
The default rendering function for the frame widget. More... | |
void | gwinFrameDraw_Transparent (GWidgetObject *gw, void *param) |
Renders the frame widget with a transparent client area. More... | |
void | gwinFrameDraw_Image (GWidgetObject *gw, void *param) |
Renders the frame widget and uses the specified image for the client area. More... | |
Macros | |
#define | GWIN_FRAME_BORDER 0x00000000 |
Flags for gwinFrameCreate() More... | |
#define | GWIN_FRAME_CLOSE_BTN 0x00000001 |
#define | GWIN_FRAME_MINMAX_BTN 0x00000002 |
#define | GWIN_FRAME_KEEPONCLOSE 0x00000004 |
#define | GWIN_FRAME_CLOSE_PRESSED 0x00000008 |
The internal frame flags. More... | |