pub trait EntryImplExt: ObjectSubclass {
    fn parent_populate_popup(&self, entry: &Self::Type, popup: &Widget);
    fn parent_activate(&self, entry: &Self::Type);
}

Required Methods

Implementors