|
ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
|
The Checkbox delegate protocol. More...
#include <Checkbox.h>
Data Fields | |
| ident | data |
| The user data. | |
| void(* | didToggle )(Checkbox *checkbox) |
| Called when the Checkbox is toggled. | |
| ident | self |
| The delgate self reference. | |
The Checkbox delegate protocol.
Definition at line 43 of file Checkbox.h.
| ident CheckboxDelegate::data |
The user data.
Definition at line 53 of file Checkbox.h.
| void(* CheckboxDelegate::didToggle) (Checkbox *checkbox) |
Called when the Checkbox is toggled.
| checkbox | The Checkbox. |
Definition at line 59 of file Checkbox.h.
| ident CheckboxDelegate::self |
The delgate self reference.
Definition at line 48 of file Checkbox.h.