[ Version ( deprecated = true , deprecated_since = "3.6" , since = "3.0" ) ]
public void cancel_animations (void* region_id)
Warning: cancel_animations is deprecated since 3.6.
Stops all running animations for region_id and all animatable regions underneath.
This function does nothing.
A null region_id will stop all ongoing animations in this
, when dealing with a StyleContext obtained through
get_style_context, this is normally done for you in all circumstances you
would expect all widget to be stopped, so this should be only used in complex widgets with different animatable regions.
| this | |
| region_id |
animatable region to stop, or null. See push_animatable_region |