Module egui::containers::popup
source ยท Expand description
Show popup windows, tooltips, context menus etc.
Enumsยง
- Determines popupโs close behavior
Functionsยง
- Returns
(PIVOT, POS)
to mean: put thePIVOT
corner of the tooltip atPOS
. - What is the id of the next tooltip for this widget?
- 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_
tooltip_ ๐at_ dyn - 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?