[][src]Trait orbtk_api::event::ActivateHandler

pub trait ActivateHandler: Sized + Widget {
    fn on_activate<H: Fn(&mut StatesContext<'_>, Entity) + 'static>(
        self,
        handler: H
    ) -> Self { ... } }

Provided methods

fn on_activate<H: Fn(&mut StatesContext<'_>, Entity) + 'static>(
    self,
    handler: H
) -> Self

Loading content...

Implementors

Loading content...