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