Gnome::Gtk4::T-stack
Enumerations
GtkStackTransitionType
Possible transitions between pages in a Gnome::Gtk4::Stack widget.
New values may be added to this enumeration over time.
GTK_STACK_TRANSITION_TYPE_NONE
; No transitionGTK_STACK_TRANSITION_TYPE_CROSSFADE
; A cross-fadeGTK_STACK_TRANSITION_TYPE_SLIDE_RIGHT
; Slide from left to rightGTK_STACK_TRANSITION_TYPE_SLIDE_LEFT
; Slide from right to leftGTK_STACK_TRANSITION_TYPE_SLIDE_UP
; Slide from bottom upGTK_STACK_TRANSITION_TYPE_SLIDE_DOWN
; Slide from top downGTK_STACK_TRANSITION_TYPE_SLIDE_LEFT_RIGHT
; Slide from left or right according to the children orderGTK_STACK_TRANSITION_TYPE_SLIDE_UP_DOWN
; Slide from top down or bottom up according to the orderGTK_STACK_TRANSITION_TYPE_OVER_UP
; Cover the old page by sliding upGTK_STACK_TRANSITION_TYPE_OVER_DOWN
; Cover the old page by sliding downGTK_STACK_TRANSITION_TYPE_OVER_LEFT
; Cover the old page by sliding to the leftGTK_STACK_TRANSITION_TYPE_OVER_RIGHT
; Cover the old page by sliding to the rightGTK_STACK_TRANSITION_TYPE_UNDER_UP
; Uncover the new page by sliding upGTK_STACK_TRANSITION_TYPE_UNDER_DOWN
; Uncover the new page by sliding downGTK_STACK_TRANSITION_TYPE_UNDER_LEFT
; Uncover the new page by sliding to the leftGTK_STACK_TRANSITION_TYPE_UNDER_RIGHT
; Uncover the new page by sliding to the rightGTK_STACK_TRANSITION_TYPE_OVER_UP_DOWN
; Cover the old page sliding up or uncover the new page sliding down, according to orderGTK_STACK_TRANSITION_TYPE_OVER_DOWN_UP
; Cover the old page sliding down or uncover the new page sliding up, according to orderGTK_STACK_TRANSITION_TYPE_OVER_LEFT_RIGHT
; Cover the old page sliding left or uncover the new page sliding right, according to orderGTK_STACK_TRANSITION_TYPE_OVER_RIGHT_LEFT
; Cover the old page sliding right or uncover the new page sliding left, according to orderGTK_STACK_TRANSITION_TYPE_ROTATE_LEFT
; Pretend the pages are sides of a cube and rotate that cube to the leftGTK_STACK_TRANSITION_TYPE_ROTATE_RIGHT
; Pretend the pages are sides of a cube and rotate that cube to the rightGTK_STACK_TRANSITION_TYPE_ROTATE_LEFT_RIGHT
; Pretend the pages are sides of a cube and rotate that cube to the left or right according to the children order