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