-
Notifications
You must be signed in to change notification settings - Fork 0
Overlay
GolemNikidastrov edited this page Apr 21, 2026
·
1 revision
Creates a tooltip that appears when hovering over a widget.
from nevu_ui import Tooltip, TooltipType
# Create a tooltip
my_tooltip = Tooltip(type=TooltipType.Medium(title="Attention!", content="This is a very important button."))
# Bind to a widget
my_button = Button(..., tooltip=my_tooltip)Global manager for rendering on top of all menus.
-
overlay.add_element(name, surface, coordinates, layer)— add a custom texture. -
overlay.remove_element(name)— remove an element.