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

Required Methods

Implementors