Function zng::tip::access_tooltip_anchor
source ยท pub fn access_tooltip_anchor(
child: impl UiNode,
mode: impl IntoVar<AnchorMode>,
) -> impl UiNode
Expand description
P
Set the position of the tip widgets opened for the widget or its descendants without cursor interaction.
This position is used instead of tooltip_anchor
when the tooltip is shown by commands such as ACCESS.show_tooltip
and the cursor is not over the widget.
This property sets the ACCESS_TOOLTIP_ANCHOR_VAR
.