Function zng_wgt_tooltip::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.