Method

GtkStyleContextscroll_animations

deprecated: 3.6 since: 3.0

Declaration [src]

void
gtk_style_context_scroll_animations (
  GtkStyleContext* context,
  GdkWindow* window,
  gint dx,
  gint dy
)

Description [src]

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.

Available since: 3.0

Deprecated since: 3.6

This function does nothing.

Parameters

window

Type: GdkWindow

A GdkWindow used previously in gtk_style_context_notify_state_change()

The data is owned by the caller of the method.
dx

Type: gint

Amount to scroll in the X axis.

dy

Type: gint

Amount to scroll in the Y axis.