Trait gtk::SearchEntryExt[][src]

pub trait SearchEntryExt {
    fn connect_search_changed<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors