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]

Loading content...

Implementors

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

Loading content...