Enumeration (GI Enum)

Gtk-4.0GtkStackTransitionType

Possible transitions between pages in a Gtk.Stack widget.

New values may be added to this enumeration over time.

Index

Enumeration Members

CROSSFADE: number

A cross-fade

NONE: number

No transition

OVER_DOWN: number

Cover the old page by sliding down

OVER_DOWN_UP: number

Cover the old page sliding down or uncover the new page sliding up, according to order

OVER_LEFT: number

Cover the old page by sliding to the left

OVER_LEFT_RIGHT: number

Cover the old page sliding left or uncover the new page sliding right, according to order

OVER_RIGHT: number

Cover the old page by sliding to the right

OVER_RIGHT_LEFT: number

Cover the old page sliding right or uncover the new page sliding left, according to order

OVER_UP: number

Cover the old page by sliding up

OVER_UP_DOWN: number

Cover the old page sliding up or uncover the new page sliding down, according to order

ROTATE_LEFT: number

Pretend the pages are sides of a cube and rotate that cube to the left

ROTATE_LEFT_RIGHT: number

Pretend the pages are sides of a cube and rotate that cube to the left or right according to the children order

ROTATE_RIGHT: number

Pretend the pages are sides of a cube and rotate that cube to the right

SLIDE_DOWN: number

Slide from top down

SLIDE_LEFT: number

Slide from right to left

SLIDE_LEFT_RIGHT: number

Slide from left or right according to the children order

SLIDE_RIGHT: number

Slide from left to right

SLIDE_UP: number

Slide from bottom up

SLIDE_UP_DOWN: number

Slide from top down or bottom up according to the order

UNDER_DOWN: number

Uncover the new page by sliding down

UNDER_LEFT: number

Uncover the new page by sliding to the left

UNDER_RIGHT: number

Uncover the new page by sliding to the right

UNDER_UP: number

Uncover the new page by sliding up