![]() |
µGFX
2.9
version 2.9
|
The GWIN Widget structure.
Definition at line 118 of file gwin_widget.h.
#include <gwin_widget.h>
Data Fields | |
GWindowObject | g |
const char * | text |
CustomWidgetDrawFunction | fnDraw |
void * | fnParam |
const GWidgetStyle * | pstyle |
WidgetTag | tag |
CustomWidgetDrawFunction GWidgetObject::fnDraw |
The current draw function
Definition at line 121 of file gwin_widget.h.
void* GWidgetObject::fnParam |
A parameter for the current draw function
Definition at line 122 of file gwin_widget.h.
GWindowObject GWidgetObject::g |
This is still a GWIN
Definition at line 119 of file gwin_widget.h.
Referenced by gwinCheckboxDraw_Button(), gwinCheckboxDraw_CheckOnLeft(), gwinCheckboxDraw_CheckOnRight(), gwinProgressbarDraw_Std(), and gwinSliderDraw_Std().
const GWidgetStyle* GWidgetObject::pstyle |
The current widget style colors
Definition at line 123 of file gwin_widget.h.
WidgetTag GWidgetObject::tag |
The widget tag
Definition at line 125 of file gwin_widget.h.
const char* GWidgetObject::text |
The widget text
Definition at line 120 of file gwin_widget.h.