Trait gtk::prelude::SwitchExtManual [] [src]

pub trait SwitchExtManual {
    fn connect_changed_active<F: Fn(&Switch) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors