[][src]Trait gio::ThemedIconExt

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

Required methods

fn append_name(&self, iconname: &str)

fn get_names(&self) -> Vec<GString>

fn prepend_name(&self, iconname: &str)

fn get_property_use_default_fallbacks(&self) -> bool

fn connect_property_names_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<ThemedIcon>> ThemedIconExt for O[src]

Loading content...