StyleContext.pushAnimatableRegion

Pushes an animatable region, so all further gtk_render_*() calls between this call and the following Style.contextPopAnimatableRegion will potentially show transition animations for this region if Style.contextNotifyStateChange 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 themes can uniquely identify rendered elements subject to a state transition.

More...
class StyleContext
void
pushAnimatableRegion
(
void* regionId
)

Parameters

regionId void*

unique identifier for the animatable region

Detailed Description

Deprecated: This function does nothing.

Meta