StyleContext.scrollAnimations

Warning gtk_style_context_scroll_animations has been deprecated since version 3.6 and should not be used in newly-written code. This function does nothing. 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.

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 Since 3.0

Meta