push_animatable_region


Description:

[ Version ( deprecated = true , deprecated_since = "3.6" , since = "3.0" ) ]
public void push_animatable_region (void* region_id)

Warning: push_animatable_region is deprecated since 3.6.

Pushes an animatable region, so all further gtk_render_*() calls between this call and the following pop_animatable_region will potentially show transition animations for this region if notify_state_change is called for a given state, and the current theme/style defines transition animations for state changes.

Note:

This function does nothing.

The region_id used must be unique in this so the themes can uniquely identify rendered elements subject to a state transition.

Parameters:

this

a StyleContext

region_id

unique identifier for the animatable region