Enum gtk4::ScrollType [−][src]
#[non_exhaustive]
pub enum ScrollType {
Show 16 variants
None,
Jump,
StepBackward,
StepForward,
PageBackward,
PageForward,
StepUp,
StepDown,
PageUp,
PageDown,
StepLeft,
StepRight,
PageLeft,
PageRight,
Start,
End,
// some variants omitted
}
Expand description
Scrolling types.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
No scrolling.
Jump to new location.
Step backward.
Step forward.
Page backward.
Page forward.
Step up.
Step down.
Page up.
Page down.
Step to the left.
Step to the right.
Page to the left.
Page to the right.
Scroll to start.
Scroll to end.
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 ScrollType
impl Send for ScrollType
impl Sync for ScrollType
impl Unpin for ScrollType
impl UnwindSafe for ScrollType
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue
clone of self
.