Enum gtk::StackTransitionType
source · [−]#[non_exhaustive]
pub enum StackTransitionType {
Show 20 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
None
No transition
Crossfade
A cross-fade
SlideRight
Slide from left to right
SlideLeft
Slide from right to left
SlideUp
Slide from bottom up
SlideDown
Slide from top down
SlideLeftRight
Slide from left or right according to the children order
SlideUpDown
Slide from top down or bottom up according to the order
OverUp
Cover the old page by sliding up. Since 3.12
OverDown
Cover the old page by sliding down. Since: 3.12
OverLeft
Cover the old page by sliding to the left. Since: 3.12
OverRight
Cover the old page by sliding to the right. Since: 3.12
UnderUp
Uncover the new page by sliding up. Since 3.12
UnderDown
Uncover the new page by sliding down. Since: 3.12
UnderLeft
Uncover the new page by sliding to the left. Since: 3.12
UnderRight
Uncover the new page by sliding to the right. Since: 3.12
OverUpDown
Cover the old page sliding up or uncover the new page sliding down, according to order. Since: 3.12
OverDownUp
Cover the old page sliding down or uncover the new page sliding up, according to order. Since: 3.14
OverLeftRight
Cover the old page sliding left or uncover the new page sliding right, according to order. Since: 3.14
OverRightLeft
Cover the old page sliding right or uncover the new page sliding left, according to order. Since: 3.14
Trait Implementations
sourceimpl Clone for StackTransitionType
impl Clone for StackTransitionType
sourcefn clone(&self) -> StackTransitionType
fn clone(&self) -> StackTransitionType
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
source
. Read moresourceimpl Debug for StackTransitionType
impl Debug for StackTransitionType
sourceimpl Display for StackTransitionType
impl Display for StackTransitionType
sourceimpl<'a> FromValue<'a> for StackTransitionType
impl<'a> FromValue<'a> for StackTransitionType
type Checker = GenericValueTypeChecker<StackTransitionType>
type Checker = GenericValueTypeChecker<StackTransitionType>
sourceunsafe fn from_value(value: &'a Value) -> Self
unsafe fn from_value(value: &'a Value) -> Self
Value
. Read moresourceimpl Hash for StackTransitionType
impl Hash for StackTransitionType
sourceimpl Ord for StackTransitionType
impl Ord for StackTransitionType
sourcefn cmp(&self, other: &StackTransitionType) -> Ordering
fn cmp(&self, other: &StackTransitionType) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
sourceimpl PartialEq<StackTransitionType> for StackTransitionType
impl PartialEq<StackTransitionType> for StackTransitionType
sourcefn eq(&self, other: &StackTransitionType) -> bool
fn eq(&self, other: &StackTransitionType) -> bool
sourceimpl PartialOrd<StackTransitionType> for StackTransitionType
impl PartialOrd<StackTransitionType> for StackTransitionType
sourcefn partial_cmp(&self, other: &StackTransitionType) -> Option<Ordering>
fn partial_cmp(&self, other: &StackTransitionType) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresourceimpl StaticType for StackTransitionType
impl StaticType for StackTransitionType
sourcefn static_type() -> Type
fn static_type() -> Type
Self
.sourceimpl ToValue for StackTransitionType
impl ToValue for StackTransitionType
sourceimpl ValueType for StackTransitionType
impl ValueType for StackTransitionType
type Type = StackTransitionType
type Type = StackTransitionType
Type
from. Read moreimpl Copy for StackTransitionType
impl Eq for StackTransitionType
impl StructuralEq for StackTransitionType
impl StructuralPartialEq for StackTransitionType
Auto Trait Implementations
impl RefUnwindSafe for StackTransitionType
impl Send for StackTransitionType
impl Sync for StackTransitionType
impl Unpin for StackTransitionType
impl UnwindSafe for StackTransitionType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
sourceimpl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
sourcefn ensure_type()
fn ensure_type()
sourceimpl<T> ToClosureReturnValue for Twhere
T: ToValue,
impl<T> ToClosureReturnValue for Twhere
T: ToValue,
fn to_closure_return_value(&self) -> Option<Value>
sourceimpl<T> ToSendValue for Twhere
T: Send + ToValue + ?Sized,
impl<T> ToSendValue for Twhere
T: Send + ToValue + ?Sized,
sourcefn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
SendValue
clone of self
.