|  | µGFX
    2.9
    version 2.9 | 
The structure to initialise a widget.
gwinWidgetClearInit() to clear it. gwinSetText() with useAlloc set to gTrue. Definition at line 97 of file gwin_widget.h.
#include <gwin_widget.h>
| Data Fields | |
| GWindowInit | g | 
| const char * | text | 
| CustomWidgetDrawFunction | customDraw | 
| void * | customParam | 
| const GWidgetStyle * | customStyle | 
| WidgetTag | tag | 
| CustomWidgetDrawFunction GWidgetInit::customDraw | 
A custom draw function - use NULL for the standard
Definition at line 100 of file gwin_widget.h.
| void* GWidgetInit::customParam | 
A parameter for the custom draw function (default = NULL)
Definition at line 101 of file gwin_widget.h.
| const GWidgetStyle* GWidgetInit::customStyle | 
A custom style to use - use NULL for the default style
Definition at line 102 of file gwin_widget.h.
| GWindowInit GWidgetInit::g | 
The GWIN initializer
Definition at line 98 of file gwin_widget.h.
| WidgetTag GWidgetInit::tag | 
The tag to associate with the widget
Definition at line 104 of file gwin_widget.h.
| const char* GWidgetInit::text | 
The initial text
Definition at line 99 of file gwin_widget.h.