[−][src]Trait gio::ThemedIconExt
Required Methods
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
&self,
f: F
) -> SignalHandlerId
fn connect_property_names_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_use_default_fallbacks_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<ThemedIcon> + IsA<Object>> ThemedIconExt for O[src]
impl<O: IsA<ThemedIcon> + IsA<Object>> ThemedIconExt for Ofn append_name(&self, iconname: &str)[src]
fn append_name(&self, iconname: &str)fn get_names(&self) -> Vec<String>[src]
fn get_names(&self) -> Vec<String>fn prepend_name(&self, iconname: &str)[src]
fn prepend_name(&self, iconname: &str)fn get_property_use_default_fallbacks(&self) -> bool[src]
fn get_property_use_default_fallbacks(&self) -> boolfn connect_property_name_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
fn connect_property_name_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerIdfn connect_property_names_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
fn connect_property_names_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerIdfn connect_property_use_default_fallbacks_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
fn connect_property_use_default_fallbacks_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId