[][src]Trait orbtk_api::event::SelectionChangedHandler

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

Provided methods

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

Inserts a click handler.

Loading content...

Implementors

Loading content...