Enum gtk_sys::GtkScrollType [] [src]

pub enum GtkScrollType {
    None,
    Jump,
    StepBackward,
    StepForward,
    PageBackward,
    PageForward,
    StepUp,
    StepDown,
    PageUp,
    PageDown,
    StepLeft,
    StepRight,
    PageLeft,
    PageRight,
    Start,
    End,
}

Variants

Trait Implementations

impl Clone for GtkScrollType
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkScrollType
[src]

impl Debug for GtkScrollType
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkScrollType
[src]

impl PartialEq for GtkScrollType
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.