StyleContext.pushAnimatableRegion

Warning gtk_style_context_push_animatable_region has been deprecated since version 3.6 and should not be used in newly-written code. This function does nothing. Pushes an animatable region, so all further gtk_render_*() calls between this call and the following gtk_style_context_pop_animatable_region() will potentially show transition animations for this region if gtk_style_context_notify_state_change() is called for a given state, and the current theme/style defines transition animations for state changes. The region_id used must be unique in context so the theming engine can uniquely identify rendered elements subject to a state transition.

class StyleContext
void
pushAnimatableRegion
(
void* regionId
)

Parameters

regionId void*

unique identifier for the animatable region Since 3.0

Meta