Expand description
Structs§
- Default
Style W
Tip default style.- Tip
W
A tooltip popup.- Tooltip
Args - Arguments for tooltip widget functions.
Statics§
- ACCESS_
TOOLTIP_ ANCHOR_ VAR - Position of the tip widget in relation to the anchor widget, when opened without cursor interaction.
- ACCESS_
TOOLTIP_ DURATION_ VAR - Maximum time a tooltip stays open, when opened without cursor interaction.
- OPEN_
TOOLTIP - Id of the current open tooltip.
- STYLE_
FN_ VAR - Contextual style variable.
- TOOLTIP_
ANCHOR_ VAR - Position of the tip widget in relation to the anchor widget, when opened with cursor interaction.
- TOOLTIP_
CONTEXT_ CAPTURE_ VAR - Tooltip context capture.
- TOOLTIP_
DELAY_ VAR - Duration the cursor must be over the anchor widget before the tip widget is opened.
- TOOLTIP_
DURATION_ VAR - Maximum time a tooltip stays open, when opened with cursor interaction.
- TOOLTIP_
INTERVAL_ VAR - Maximum duration from the last time a tooltip was shown that a new tooltip opens instantly.
- TOOLTIP_
LAST_ CLOSED - Tracks the instant the last tooltip was closed on the widget.
Functions§
- access_
tooltip_ anchor P
Set the position of the tip widgets opened for the widget or its descendants without cursor interaction.- access_
tooltip_ duration P
Sets the maximum duration a tooltip stays open on the widget or descendants when it is opened without cursor interaction.- disabled_
tooltip P
Disabled widget tooltip.- disabled_
tooltip_ fn P
Disabled widget tooltip.- style_
fn P
Extends or replaces the widget style.- tooltip
P
Widget tooltip.- tooltip_
anchor P
Set the position of the tip widgets opened for the widget or its descendants.- tooltip_
context_ capture P
Defines if the tooltip captures the build/instantiate context and sets it in the node context.- tooltip_
delay P
Set the duration the cursor must be over the widget or its descendants before the tip widget is opened.- tooltip_
duration P
Sets the maximum duration a tooltip stays open on the widget or descendants.- tooltip_
fn P
Widget tooltip set as a widget function that is called every time the tooltip must be shown.- tooltip_
interval P
Sets the maximum interval a second tooltip is opened instantly if a previous tip was just closed.