33#define DEFAULT_SCROLL_VIEW_STEP 12.0
38typedef struct ScrollViewInterface ScrollViewInterface;
94struct ScrollViewInterface {
99 ControlInterface controlInterface;
118 void (*scrollToOffset)(
ScrollView *self,
const SDL_Point *offset);
Controls are Views which capture events and dispatch Actions.
#define OBJECTIVELYMVC_EXPORT
Controls are Views which capture events and dispatch Actions.
Views are the fundamental building blocks of ObjectivelyMVC user interfaces.