[][src]Trait orbtk_api::event::ChangedHandler

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

Provided methods

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

Register a on property changed handler.

Loading content...

Implementors

impl ChangedHandler for Overlay[src]

Loading content...