scroll_animations


Description:

[ Version ( deprecated = true , deprecated_since = "3.6" , since = "3.0" ) ]
public void scroll_animations (Window window, int dx, int dy)

Warning: scroll_animations is deprecated since 3.6.

This function is analogous to scroll, and should be called together with it so the invalidation areas for any ongoing animation are scrolled together with it.

Note:

This function does nothing.

Parameters:

this

a StyleContext

window

a Window used previously in notify_state_change

dx

Amount to scroll in the X axis

dy

Amount to scroll in the Y axis