StyleContext.scrollAnimations

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.

More...
class StyleContext
void
scrollAnimations

Parameters

window gdk.window.Window

a #GdkWindow used previously in gtk.style_context.StyleContext.notifyStateChange

dx int

Amount to scroll in the X axis

dy int

Amount to scroll in the Y axis

Detailed Description

Deprecated: This function does nothing.