Method
Gtk StyleContextscroll_animations
deprecated: 3.6 since: 3.0
Declaration [src]
void
gtk_style_context_scroll_animations(
GtkStyleContext*context,
GdkWindow*window,
gintdx,
gintdy
)
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:
A
GdkWindowused previously in gtk_style_context_notify_state_change().The data is owned by the caller of the method. dx-
Type:
gintAmount to scroll in the X axis.
dy-
Type:
gintAmount to scroll in the Y axis.