Trait gtk::StylePropertiesExt [] [src]

pub trait StylePropertiesExt {
    fn clear(&self);
    fn get_property(&self, property: &str, state: StateFlags) -> Option<Value>;
    fn lookup_color(&self, name: &str) -> Option<SymbolicColor>;
    fn map_color(&self, name: &str, color: &SymbolicColor);
    fn merge(&self, props_to_merge: &StyleProperties, replace: bool);
    fn set_property(&self, property: &str, state: StateFlags, value: &Value);
    fn unset_property(&self, property: &str, state: StateFlags);
}

Required Methods

Implementors