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]

Loading content...

Implementors

impl<O> ToggleExt for O where
    O: Is<Toggle>, 
[src]

Loading content...