![]() |
µGFX
2.9
version 2.9
|
GWIN sub-system button code.
Definition in file gwin_checkbox.c.
#include "../../gfx.h"
#include "gwin_class.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... | |