37typedef struct ScrollViewInterface ScrollViewInterface;
106struct ScrollViewInterface {
111 ControlInterface controlInterface;
130 void (*scrollToOffset)(
ScrollView *self,
const SDL_Point *offset);
Controls are Views which capture and respond to events.
#define OBJECTIVELYMVC_EXPORT
Controls are Views which capture and respond to events.
Views are the fundamental building blocks of ObjectivelyMVC user interfaces.