Package: gtk

Accessor gtk-stack-interpolate-size

Lambda List

gtk-stack-interpolate-size (object)

Syntax

(gtk-stack-interpolate-size object) => interpolate
(setf (gtk-stack-interpolate-size object) interpolate)

Arguments

object -- a gtk-stack widget
interpolate -- true if child sizes are interpolated

Details

Accessor of the interpolate-size slot of the gtk-stack class.

The gtk-stack-interpolate-size slot access function returns whether the stack is set up to interpolate between the sizes of children on page switch. The (setf gtk-stack-interpolate-size) slot access function sets whether or not stack will interpolate its size when changing the visible child.

If the interpolate-size property is set to true, the stack will interpolate its size between the current one and the one it will take after changing the visible child, according to the set transition duration.

Since 3.18
 

See also

2021-12-7