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

Provided Methods

Implementors