StyleContext.scrollAnimations

This function is analogous to gdk_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
(,
int dx
,
int dy
)

Parameters

window Window

a #GdkWindow used previously in gtk_style_context_notify_state_change()

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.

Meta