Function zng::tip::tooltip_interval
source ยท pub fn tooltip_interval(
child: impl UiNode,
interval: impl IntoVar<Duration>,
) -> impl UiNode
Expand description
P
Sets the maximum interval a second tooltip is opened instantly if a previous tip was just closed.
The config applies for tooltips opening on the widget or descendants, but considers previous tooltips opened on any widget.
This property sets the TOOLTIP_INTERVAL_VAR
.