|
ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
|
Go to the source code of this file.
Macros | |
| #define | _Class _Option |
Functions | |
| Class * | _Option (void) |
| static void | dealloc (Object *self) |
| static String * | description (const Object *self) |
| static void | initialize (Class *clazz) |
| static Option * | initWithTitle (Option *self, const char *title, ident value) |
| static bool | matchesSelector (const View *self, const SimpleSelector *simpleSelector) |
| static void | setSelected (Option *self, bool isSelected) |
| Class * _Option | ( | void | ) |
Definition at line 145 of file Option.c.
|
static |
|
static |
Definition at line 47 of file Option.c.
|
static |
Definition at line 130 of file Option.c.
Definition at line 94 of file Option.c.
|
static |
Definition at line 69 of file Option.c.
|
static |
Definition at line 114 of file Option.c.