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

Go to the source code of this file.
Data Structures | |
| struct | Graphics_RadioButton |
| This structure defines the characteristics of a RadioButton. More... | |
Typedefs | |
| typedef struct Graphics_RadioButton | Graphics_RadioButton |
| This structure defines the characteristics of a RadioButton. More... | |
Functions | |
| void | Graphics_drawRadioButton (const Graphics_Context *context, const Graphics_RadioButton *radioButton) |
| bool | Graphics_isRadioButtonSelected (const Graphics_RadioButton *radioButton, uint16_t x, uint16_t y) |
| void | Graphics_drawSelectedRadioButton (const Graphics_Context *context, const Graphics_RadioButton *radioButton) |
| void | Graphics_drawReleasedRadioButton (const Graphics_Context *context, const Graphics_RadioButton *radioButton) |
Variables | |
| Graphics_Context | g_sContext |
| typedef struct Graphics_RadioButton Graphics_RadioButton |
This structure defines the characteristics of a RadioButton.
| Graphics_Context g_sContext |