Enumeration (GI Enum)

Gtk-3.0GtkStackTransitionType

These enumeration values describe the 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. Since: 3.12

OVER_DOWN_UP: number

Cover the old page sliding down or uncover the new page sliding up, according to order. Since: 3.14

OVER_LEFT: number

Cover the old page by sliding to the left. Since: 3.12

OVER_LEFT_RIGHT: number

Cover the old page sliding left or uncover the new page sliding right, according to order. Since: 3.14

OVER_RIGHT: number

Cover the old page by sliding to the right. Since: 3.12

OVER_RIGHT_LEFT: number

Cover the old page sliding right or uncover the new page sliding left, according to order. Since: 3.14

OVER_UP: number

Cover the old page by sliding up. Since 3.12

OVER_UP_DOWN: number

Cover the old page sliding up or uncover the new page sliding down, according to order. Since: 3.12

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. Since: 3.12

UNDER_LEFT: number

Uncover the new page by sliding to the left. Since: 3.12

UNDER_RIGHT: number

Uncover the new page by sliding to the right. Since: 3.12

UNDER_UP: number

Uncover the new page by sliding up. Since 3.12