Trait gtk::prelude::EntryCompletionExtManual[][src]

pub trait EntryCompletionExtManual {
    fn set_match_func<F: FnMut(&Self, &str, &TreeIter) -> bool>(&self, f: F);
}

Required Methods

Implementors