Trait ux::ToggleExt [−][src]
pub trait ToggleExt: 'static {
pub fn get_active(&self) -> bool;
pub fn set_active(&self, active: bool);
pub fn connect_property_active_notify<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self);
}Required methods
pub fn get_active(&self) -> bool[src]
pub fn set_active(&self, active: bool)[src]
pub fn connect_property_active_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self), [src]
F: 'static + Fn(&Self),
Implementors
impl<O> ToggleExt for O where
O: Is<Toggle>, [src]
O: Is<Toggle>,
pub fn get_active(&self) -> bool[src]
pub fn set_active(&self, active: bool)[src]
pub fn connect_property_active_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O), [src]
F: 'static + Fn(&O),