Method
GtkStackset_interpolate_size
since: 3.18
Declaration [src]
void
gtk_stack_set_interpolate_size (
GtkStack* stack,
gboolean interpolate_size
)
Description [src]
Sets whether or not stack will interpolate its size when
changing the visible child. If the GtkStack:interpolate-size
property is set to TRUE, stack will interpolate its size between
the current one and the one it’ll take after changing the
visible child, according to the set transition duration.
Available since: 3.18
| Sets property | Gtk.Stack:interpolate-size |