![]() |
![]() |
|
SimpleLink Graphics Library
4.11.00.04
|

Go to the source code of this file.
Data Structures | |
| struct | Graphics_CheckBox |
| This structure defines the characteristics of a Checkbox. More... | |
Typedefs | |
| typedef struct Graphics_CheckBox | Graphics_CheckBox |
| This structure defines the characteristics of a Checkbox. More... | |
Functions | |
| void | Graphics_drawCheckBox (const Graphics_Context *context, const Graphics_CheckBox *checkBox) |
| bool | Graphics_isCheckBoxSelected (const Graphics_CheckBox *checkBox, uint16_t x, uint16_t y) |
| void | Graphics_drawSelectedCheckBox (const Graphics_Context *context, const Graphics_CheckBox *checkBox) |
| void | Graphics_drawReleasedCheckBox (const Graphics_Context *context, const Graphics_CheckBox *checkBox) |
Variables | |
| Graphics_Context | g_sContext |
| typedef struct Graphics_CheckBox Graphics_CheckBox |
This structure defines the characteristics of a Checkbox.
| Graphics_Context g_sContext |