![]() |
µGFX
2.9
version 2.9
|
GWIN Graphic window subsystem header file.
Definition in file gwin_checkbox.h.
Go to the source code of this file.
Functions | |
GHandle | gwinGCheckboxCreate (GDisplay *g, GCheckboxObject *gb, const GWidgetInit *pInit) |
Create a checkbox window. More... | |
void | gwinCheckboxCheck (GHandle gh, gBool isChecked) |
Set the state of a checkbox. More... | |
gBool | gwinCheckboxIsChecked (GHandle gh) |
Get the state of a checkbox. More... | |
void | gwinCheckboxDraw_CheckOnLeft (GWidgetObject *gw, void *param) |
Renders a square checkbox where the text is on the right side of the checkbox. More... | |
void | gwinCheckboxDraw_CheckOnRight (GWidgetObject *gw, void *param) |
Renders a square checkbox where the text is on the left side of the checkbox. More... | |
void | gwinCheckboxDraw_Button (GWidgetObject *gw, void *param) |
Renders a checkbox in form of a rectangular button with the text inside of it. More... | |
Macros | |
#define | GCHECKBOX_FLG_CHECKED 0x01 |
The internal checkbox flags. More... | |