Trait gio::ThemedIconExt[][src]

pub trait ThemedIconExt {
    fn append_name(&self, iconname: &str);
fn get_names(&self) -> Vec<String>;
fn prepend_name(&self, iconname: &str);
fn get_property_use_default_fallbacks(&self) -> bool;
fn connect_property_name_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_names_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_use_default_fallbacks_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Important traits for Vec<u8>

Implementors