ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 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... | |
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 178 of file Checkbox.c.