Function zng::tip::disabled_tooltip
source ยท pub fn disabled_tooltip(child: impl UiNode, tip: impl UiNode) -> impl UiNode
Expand description
P
Disabled widget tooltip.
This property behaves like tooltip
, but the tooltip only opens if the widget is disabled.