Function floem::action::add_overlay

source ·
pub fn add_overlay<V: View + 'static>(
    position: Point,
    view: impl FnOnce(Id) -> V + 'static
) -> Id
Expand description

Creates a new overlay on the current window.