zng::tip

Function disabled_tooltip_fn

source
pub fn disabled_tooltip_fn(
    child: impl UiNode,
    tip: impl IntoVar<WidgetFn<TooltipArgs>>,
) -> impl UiNode
Expand description

P Disabled widget tooltip.

This property behaves like tooltip_fn, but the tooltip only opens if the widget is disabled.