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