Enum gtk::ResponseType [] [src]

pub enum ResponseType {
    None,
    Reject,
    Accept,
    DeleteEvent,
    Ok,
    Cancel,
    Close,
    Yes,
    No,
    Apply,
    Help,
    // some variants omitted
}

Variants

Trait Implementations

impl Clone for ResponseType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ResponseType
[src]

impl Debug for ResponseType
[src]

Formats the value using the given formatter.

impl Eq for ResponseType
[src]

impl PartialEq for ResponseType
[src]

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

This method tests for !=.

impl Hash for ResponseType
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Into<i32> for ResponseType
[src]

Performs the conversion.