pub trait PopoverImplExt: ObjectSubclass {
    fn parent_activate_default(&self, button: &Self::Type);
    fn parent_closed(&self, button: &Self::Type);
}

Required methods

Implementors