Trait gio::EmblemExt [−][src]
pub trait EmblemExt { fn get_icon(&self) -> Option<Icon>; fn get_origin(&self) -> EmblemOrigin; fn connect_property_icon_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId; fn connect_property_origin_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId; }
Required Methods
fn get_icon(&self) -> Option<Icon>
fn get_origin(&self) -> EmblemOrigin
fn connect_property_icon_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_origin_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId