pub trait PopoverImpl: PopoverImplExt + WidgetImpl {
    // Provided methods
    fn activate_default(&self, button: &Self::Type) { ... }
    fn closed(&self, button: &Self::Type) { ... }
}

Provided Methods§

source

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

source

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

Implementors§