Trait gio::EmblemedIconExt [−][src]
pub trait EmblemedIconExt { fn add_emblem(&self, emblem: &Emblem); fn clear_emblems(&self); fn get_emblems(&self) -> Vec<Emblem>; fn get_icon(&self) -> Option<Icon>; fn get_property_gicon(&self) -> Option<Icon>; fn connect_property_gicon_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId; }
Required Methods
fn add_emblem(&self, emblem: &Emblem)
fn clear_emblems(&self)
fn get_emblems(&self) -> Vec<Emblem>
fn get_icon(&self) -> Option<Icon>
fn get_property_gicon(&self) -> Option<Icon>
fn connect_property_gicon_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<EmblemedIcon> + IsA<Object>> EmblemedIconExt for O