pub trait PopoverImplExt: ObjectSubclass {
    // Required methods
    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

fn parent_closed(&self, button: &Self::Type)

Implementors§