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

windowa #GdkWindow used previously in gtk.style_context.StyleContext.notifyStateChange
dxAmount to scroll in the X axis
dyAmount to scroll in the Y axis

Deprecated

This function does nothing.