Trait ux::IconExt [−][src]
pub trait IconExt: 'static {
pub fn get_icon_name(&self) -> Option<String>;
pub fn get_icon_size(&self) -> usize;
pub fn set_icon_name(&self, icon_name: Option<String>);
pub fn set_icon_size(&self, size: usize);
pub fn connect_property_icon_name_notify<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self);
pub fn connect_property_icon_size_notify<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self);
}Required methods
pub fn get_icon_name(&self) -> Option<String>[src]
pub fn get_icon_size(&self) -> usize[src]
pub fn set_icon_name(&self, icon_name: Option<String>)[src]
pub fn set_icon_size(&self, size: usize)[src]
pub fn connect_property_icon_name_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self), [src]
F: 'static + Fn(&Self),
pub fn connect_property_icon_size_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self), [src]
F: 'static + Fn(&Self),
Implementors
impl<O> IconExt for O where
O: Is<Icon>, [src]
O: Is<Icon>,
pub fn get_icon_name(&self) -> Option<String>[src]
pub fn get_icon_size(&self) -> usize[src]
pub fn set_icon_name(&self, icon_name: Option<String>)[src]
pub fn set_icon_size(&self, size: usize)[src]
pub fn connect_property_icon_name_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O), [src]
F: 'static + Fn(&O),
pub fn connect_property_icon_size_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O), [src]
F: 'static + Fn(&O),