ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
Data Fields
ScrollViewDelegate Struct Reference

The ScrollView delegate protocol. More...

#include <ScrollView.h>

Data Fields

void(* didScroll )(ScrollView *scrollView)
 Delegate callback for view contents scrolling. More...
 
ident self
 The delegate self-reference. More...
 

Detailed Description

The ScrollView delegate protocol.

Definition at line 43 of file ScrollView.h.

Field Documentation

◆ didScroll

void(* ScrollViewDelegate::didScroll) (ScrollView *scrollView)

Delegate callback for view contents scrolling.

Parameters
scrollViewThe ScrollView.

Definition at line 54 of file ScrollView.h.

◆ self

ident ScrollViewDelegate::self

The delegate self-reference.

Definition at line 48 of file ScrollView.h.


The documentation for this struct was generated from the following file: