Enum gtk::StackTransitionType [−][src]
#[non_exhaustive]
pub enum StackTransitionType {
Show variants
None,
Crossfade,
SlideRight,
SlideLeft,
SlideUp,
SlideDown,
SlideLeftRight,
SlideUpDown,
OverUp,
OverDown,
OverLeft,
OverRight,
UnderUp,
UnderDown,
UnderLeft,
UnderRight,
OverUpDown,
OverDownUp,
OverLeftRight,
OverRightLeft,
// some variants omitted
}Expand description
These enumeration values describe the possible transitions
between pages in a Stack widget.
New values may be added to this enumeration over time.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
No transition
A cross-fade
Slide from left to right
Slide from right to left
Slide from bottom up
Slide from top down
Slide from left or right according to the children order
Slide from top down or bottom up according to the order
Cover the old page by sliding up. Since 3.12
Cover the old page by sliding down. Since: 3.12
Cover the old page by sliding to the left. Since: 3.12
Cover the old page by sliding to the right. Since: 3.12
Uncover the new page by sliding up. Since 3.12
Uncover the new page by sliding down. Since: 3.12
Uncover the new page by sliding to the left. Since: 3.12
Uncover the new page by sliding to the right. Since: 3.12
Cover the old page sliding up or uncover the new page sliding down, according to order. Since: 3.12
Cover the old page sliding down or uncover the new page sliding up, according to order. Since: 3.14
Cover the old page sliding left or uncover the new page sliding right, according to order. Since: 3.14
Cover the old page sliding right or uncover the new page sliding left, according to order. Since: 3.14
Trait Implementations
type Checker = GenericValueTypeChecker<Self>
type Checker = GenericValueTypeChecker<Self>Value type checker.
Get the contained value from a Value. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Returns the type identifier of Self.
Auto Trait Implementations
impl RefUnwindSafe for StackTransitionTypeimpl Send for StackTransitionTypeimpl Sync for StackTransitionTypeimpl Unpin for StackTransitionTypeimpl UnwindSafe for StackTransitionTypeBlanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue clone of self.