|
ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
|
Buttons are Controls that respond to click events. More...
Go to the source code of this file.
Data Structures | |
| struct | Button |
| Buttons are Controls that respond to click events. More... | |
| struct | ButtonDelegate |
| The Button delegate protocol. More... | |
Typedefs | |
| typedef void(* | ButtonDelegateFunction) (Button *button) |
Functions | |
| OBJECTIVELYMVC_EXPORT Class * | _Button (void) |
Buttons are Controls that respond to click events.
Definition in file Button.h.
| OBJECTIVELYMVC_EXPORT Class * _Button | ( | void | ) |
Definition at line 206 of file Button.c.