Function zng::access::on_access_tooltip
source · pub fn on_access_tooltip(
child: impl UiNode,
handler: impl WidgetHandler<AccessToolTipArgs>,
) -> impl UiNode
Expand description
P
Access requested to show or hide the widget’s tooltip.
Note that the tooltip property already handles this event.
§Preview
You can preview this event using on_pre_access_tooltip
.
Otherwise the handler is only called after the widget content has a chance to stop propagation.
§Async
You can use async event handlers with this property.