Trait gtk::prelude::SwitchExtManual
[−]
[src]
pub trait SwitchExtManual {
fn connect_changed_active<F: Fn(&Switch) + 'static>(&self, f: F) -> u64;
}