pub fn access_tooltip_anchor(
child: impl IntoUiNode,
mode: impl IntoVar<AnchorMode>,
) -> UiNodeExpand 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.