StyleContext.scrollAnimations
void scrollAnimations(gdk.window.Window window, int dx, int dy)This function is analogous to [gdk.window.Window.scroll], and should be called together with it so the invalidation areas for any ongoing animation are scrolled together with it.
Parameters
window | a #GdkWindow used previously in [gtk.style_context.StyleContext.notifyStateChange] |
dx | Amount to scroll in the X axis |
dy | Amount to scroll in the Y axis |
Deprecated
This function does nothing.