Trait dui::callback::callbacks::UnmapCb [] [src]

pub trait UnmapCb where
    Self: Element + 'static, 
{ fn set_unmap_cb<F>(&mut self, cb: F) -> Self
    where
        F: Callback<(Self,)>
, { ... }
fn remove_unmap_cb(&mut self) -> Option<Box<Callback<(Self,)>>> { ... } }

Called right before an element is unmapped.

Provided Methods

Implementors