Function egui::containers::popup::show_tooltip_at[][src]

pub fn show_tooltip_at<R>(
    ctx: &CtxRef,
    id: Id,
    suggested_position: Option<Pos2>,
    add_contents: impl FnOnce(&mut Ui) -> R
) -> Option<R>
Expand description

Show a tooltip at the given position.

Returns None if the tooltip could not be placed.