Crate zng_wgt_tooltip
source ·Expand description
Structs§
W
Tip default style.W
A tooltip popup.- Arguments for tooltip widget functions.
Statics§
- Position of the tip widget in relation to the anchor widget, when opened without cursor interaction.
- Maximum time a tooltip stays open, when opened without cursor interaction.
- Id of the current open tooltip.
- Contextual style variable.
- Position of the tip widget in relation to the anchor widget, when opened with cursor interaction.
- Tooltip context capture.
- Duration the cursor must be over the anchor widget before the tip widget is opened.
- Maximum time a tooltip stays open, when opened with cursor interaction.
- Maximum duration from the last time a tooltip was shown that a new tooltip opens instantly.
- Tracks the instant the last tooltip was closed on the widget.
Functions§
P
Set the position of the tip widgets opened for the widget or its descendants without cursor interaction.P
Sets the maximum duration a tooltip stays open on the widget or descendants when it is opened without cursor interaction.P
Disabled widget tooltip.P
Disabled widget tooltip.P
Extends or replaces the widget style.P
Widget tooltip.P
Set the position of the tip widgets opened for the widget or its descendants.P
Defines if the tooltip captures the build/instantiate context and sets it in the node context.P
Set the duration the cursor must be over the widget or its descendants before the tip widget is opened.P
Sets the maximum duration a tooltip stays open on the widget or descendants.P
Widget tooltip set as a widget function that is called every time the tooltip must be shown.P
Sets the maximum interval a second tooltip is opened instantly if a previous tip was just closed.