StackTransitionType
- class StackTransitionType
Possible transitions between pages in a GtkStack
widget.
New values may be added to this enumeration over time.
Fields
- class StackTransitionType
- CROSSFADE
A cross-fade
- NONE
No transition
- OVER_DOWN
Cover the old page by sliding down
- OVER_DOWN_UP
Cover the old page sliding down or uncover the new page sliding up, according to order
- OVER_LEFT
Cover the old page by sliding to the left
- OVER_LEFT_RIGHT
Cover the old page sliding left or uncover the new page sliding right, according to order
- OVER_RIGHT
Cover the old page by sliding to the right
- OVER_RIGHT_LEFT
Cover the old page sliding right or uncover the new page sliding left, according to order
- OVER_UP
Cover the old page by sliding up
- OVER_UP_DOWN
Cover the old page sliding up or uncover the new page sliding down, according to order
- ROTATE_LEFT
Pretend the pages are sides of a cube and rotate that cube to the left
- 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
- ROTATE_RIGHT
Pretend the pages are sides of a cube and rotate that cube to the right
- SLIDE_DOWN
Slide from top down
- SLIDE_LEFT
Slide from right to left
- SLIDE_LEFT_RIGHT
Slide from left or right according to the children order
- SLIDE_RIGHT
Slide from left to right
- SLIDE_UP
Slide from bottom up
- SLIDE_UP_DOWN
Slide from top down or bottom up according to the order
- UNDER_DOWN
Uncover the new page by sliding down
- UNDER_LEFT
Uncover the new page by sliding to the left
- UNDER_RIGHT
Uncover the new page by sliding to the right
- UNDER_UP
Uncover the new page by sliding up