Module popup

Source
Expand description

Show popup windows, tooltips, context menus etc.

Enums§

PopupCloseBehavior
Determines popup’s close behavior

Functions§

next_tooltip_id
What is the id of the next tooltip for this widget?
popup_above_or_below_widget
Shows a popup above or below another widget.
popup_below_widget
Helper for popup_above_or_below_widget.
seconds_since_last_tooltip
show_tooltip
Show a tooltip at the current pointer position (if any).
show_tooltip_at
Show a tooltip at the given position.
show_tooltip_at_pointer
Show a tooltip at the current pointer position (if any).
show_tooltip_for
Show a tooltip under the given area.
show_tooltip_text
Show some text at the current pointer position (if any).
tooltip_id
was_tooltip_open_last_frame
Was this popup visible last frame?