navigate.view.configurator_application_window.ConfiguratorTooltip
- class navigate.view.configurator_application_window.ConfiguratorTooltip(widget: Widget, text: str)
Bases:
objectSmall themed tooltip for configurator setting labels.
- __init__(widget: Widget, text: str) → None
Methods
__init__(widget, text)hide([_event])Cancel a scheduled tooltip and close a visible tooltip.
schedule(_event)Show the tooltip after a brief hover delay.
show()Create the tooltip beside the label.
- hide(_event: Optional[Event] = None) → None
Cancel a scheduled tooltip and close a visible tooltip.
- schedule(_event: Event) → None
Show the tooltip after a brief hover delay.
- show() → None
Create the tooltip beside the label.