|
ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
|
The Button delegate protocol. More...
#include <Button.h>
Data Fields | |
| ident | data |
| The user data. | |
| void(* | didClick )(Button *) |
| Called when the Button is clicked. | |
| ident | self |
| The delegate self-reference. | |
| void(* ButtonDelegate::didClick) (Button *) |