StackTransitionType

Possible transitions between pages in a GtkStack widget.

New values may be added to this enumeration over time.

Entries

Link copied to clipboard

No transition

Link copied to clipboard

A cross-fade

Link copied to clipboard

Slide from left to right

Link copied to clipboard

Slide from right to left

Link copied to clipboard

Slide from bottom up

Link copied to clipboard

Slide from top down

Link copied to clipboard

Slide from left or right according to the children order

Link copied to clipboard

Slide from top down or bottom up according to the order

Link copied to clipboard

Cover the old page by sliding up

Link copied to clipboard

Cover the old page by sliding down

Link copied to clipboard

Cover the old page by sliding to the left

Link copied to clipboard

Cover the old page by sliding to the right

Link copied to clipboard

Uncover the new page by sliding up

Link copied to clipboard

Uncover the new page by sliding down

Link copied to clipboard

Uncover the new page by sliding to the left

Link copied to clipboard

Uncover the new page by sliding to the right

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.