pub trait EntryImpl: EntryImplExt + WidgetImpl {
    fn populate_popup(&self, entry: &Self::Type, popup: &Widget) { ... }
    fn activate(&self, entry: &Self::Type) { ... }
}

Provided Methods

Implementors