Enum gtk_sys::GtkStateType
[−]
[src]
pub enum GtkStateType { Normal, Active, Prelight, Selected, Insensitive, Inconsistent, Focused, }
Variants
Normal
Active
Prelight
Selected
Insensitive
Inconsistent
Focused
Trait Implementations
impl Clone for GtkStateType
[src]
fn clone(&self) -> GtkStateType
[−]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[−]
Performs copy-assignment from source
. Read more