Enum gtk_sys::GtkStateType [] [src]

#[repr(C)]
pub enum GtkStateType { Normal, Active, Prelight, Selected, Insensitive, Inconsistent, Focused, }

Variants

Trait Implementations

impl Clone for GtkStateType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GtkStateType
[src]

impl Debug for GtkStateType
[src]

Formats the value using the given formatter.

impl Eq for GtkStateType
[src]

impl PartialEq for GtkStateType
[src]

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

This method tests for !=.