Replace TalkatuScrolledWindow with TalkatuAutoScroller
Review Request #1658 — Created Aug. 26, 2022 and submitted — Latest diff uploaded
GtkScrolledWindow is a final type in GTK4, so we can no longer subclass it. To work around this, TalkatuAutoScroller was created which is a GtkAdjustment subclass that does the same thing TalkatuScrolledWindow did.
Ran the demo and verified that auto scroll worked properly.