StackTransitionType
Description:
[ CCode ( cprefix = "GTK_STACK_TRANSITION_TYPE_" , type_id = "gtk_stack_transition_type_get_type ()" ) ]
public enum StackTransitionType
These enumeration values describe the possible transitions between pages in a Stack widget.
New values may be added to this enumeration over time.
Content:
Enum values:
- 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.
- 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.