Module egui::containers::popup
source · Expand description
Show popup windows, tooltips, context menus etc.
Functions
- Shows a popup above or below another widget.
- Helper for
popup_above_or_below_widget
. - Show a tooltip at the current pointer position (if any).
- Show a tooltip at the given position.
- Show a tooltip at the current pointer position (if any).
- Show a tooltip under the given area.
- Show some text at the current pointer position (if any).
- Was this popup visible last frame?