[][src]Type Definition orbtk_api::event::FocusHandlerFn

type FocusHandlerFn = dyn Fn(&mut StatesContext<'_>, FocusEvent) -> bool + 'static;