ObjectivelyMVC
Object oriented MVC framework for SDL3 and GNU C
Loading...
Searching...
No Matches
ScrollViewDelegate Struct Reference

The ScrollView delegate protocol. More...

#include <ScrollView.h>

Data Fields

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

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: