|
ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
|
Checkboxes are toggle Controls that respond to click events. More...
#include <ObjectivelyMVC/Control.h>#include <ObjectivelyMVC/ImageView.h>#include <ObjectivelyMVC/Text.h>Go to the source code of this file.
Data Structures | |
| struct | Checkbox |
| Checkboxes are toggle Controls that respond to click events. More... | |
| struct | CheckboxDelegate |
| The Checkbox delegate protocol. More... | |
Functions | |
| OBJECTIVELYMVC_EXPORT Class * | _Checkbox (void) |
Checkboxes are toggle Controls that respond to click events.
Definition in file Checkbox.h.
| OBJECTIVELYMVC_EXPORT Class * _Checkbox | ( | void | ) |
Definition at line 184 of file Checkbox.c.