Package: gtk

Accessor gtk-stack-transition-type

Lambda List

gtk-stack-transition-type (object)

Syntax

(gtk-stack-transition-type object) => setting
(setf (gtk-stack-transition-type object) setting)

Arguments

object -- a gtk-stack widget
setting -- a value of the gtk-stack-transition-type enumeration

Details

Accessor of the transition-type slot of the gtk-stack class.

The slot access function gtk-stack-transition-type gets the type of animation that will be used for transitions between pages in the stack. The slot access function (setf gtk-stack-transition-type) sets the type of animation that will be used for transitions between pages in the stack. Available types include various kinds of fades and slides.

The transition type can be changed without problems at runtime, so it is possible to change the animation based on the page that is about to become current.
 

See also

2021-12-7