Enumeration

GtkStackTransitionType

Declaration

enum Gtk.StackTransitionType

Description [src]

These enumeration values describe the possible transitions between pages in a GtkStack widget.

New values may be added to this enumeration over time.

Members

GTK_STACK_TRANSITION_TYPE_NONE

No transition.

  • Value: 0
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_CROSSFADE

A cross-fade.

  • Value: 1
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_SLIDE_RIGHT

Slide from left to right.

  • Value: 2
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_SLIDE_LEFT

Slide from right to left.

  • Value: 3
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_SLIDE_UP

Slide from bottom up.

  • Value: 4
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_SLIDE_DOWN

Slide from top down.

  • Value: 5
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_SLIDE_LEFT_RIGHT

Slide from left or right according to the children order.

  • Value: 6
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_SLIDE_UP_DOWN

Slide from top down or bottom up according to the order.

  • Value: 7
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_OVER_UP

Cover the old page by sliding up. Since 3.12

  • Value: 8
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_OVER_DOWN

Cover the old page by sliding down. Since: 3.12

  • Value: 9
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_OVER_LEFT

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

  • Value: 10
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_OVER_RIGHT

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

  • Value: 11
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_UNDER_UP

Uncover the new page by sliding up. Since 3.12

  • Value: 12
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_UNDER_DOWN

Uncover the new page by sliding down. Since: 3.12

  • Value: 13
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_UNDER_LEFT

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

  • Value: 14
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_UNDER_RIGHT

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

  • Value: 15
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_OVER_UP_DOWN

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

  • Value: 16
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_OVER_DOWN_UP

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

  • Value: 17
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_OVER_LEFT_RIGHT

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

  • Value: 18
  • Available since: 3.0
GTK_STACK_TRANSITION_TYPE_OVER_RIGHT_LEFT

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

  • Value: 19
  • Available since: 3.0