|
ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
ScrollViews allow users to pan their internal contents. More...
#include <ObjectivelyMVC/Control.h>Go to the source code of this file.
Data Structures | |
| struct | ScrollView |
| ScrollViews allow users to pan their internal contents. More... | |
| struct | ScrollViewDelegate |
| The ScrollView delegate protocol. More... | |
Macros | |
| #define | DEFAULT_SCROLL_VIEW_STEP 12.0 |
Functions | |
| OBJECTIVELYMVC_EXPORT Class * | _ScrollView (void) |
ScrollViews allow users to pan their internal contents.
Definition in file ScrollView.h.
| #define DEFAULT_SCROLL_VIEW_STEP 12.0 |
Definition at line 33 of file ScrollView.h.
| OBJECTIVELYMVC_EXPORT Class * _ScrollView | ( | void | ) |
Definition at line 192 of file ScrollView.c.