Enum gtk_sys::GtkMessageType [] [src]

pub enum GtkMessageType {
    Info,
    Warning,
    Question,
    Error,
    Other,
}

Variants

Trait Implementations

impl Clone for GtkMessageType
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkMessageType
[src]

impl Debug for GtkMessageType
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkMessageType
[src]

impl PartialEq for GtkMessageType
[src]

[]

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

[]

This method tests for !=.