pub trait PopoverImplExt: ObjectSubclass {
    fn parent_activate_default(&self);
    fn parent_closed(&self);
}

Required Methods§

Implementors§