Function zng_wgt_tooltip::tooltip_context_capture

source ยท
pub fn tooltip_context_capture(
    child: impl UiNode,
    capture: impl IntoVar<ContextCapture>,
) -> impl UiNode
Expand description

P Defines if the tooltip captures the build/instantiate context and sets it in the node context.

This is disabled by default, it can be enabled to have the tooltip be affected by context properties in the anchor widget.

Note that updates to this property do not affect tooltips already open, just subsequent tooltips.

This property sets the TOOLTIP_CONTEXT_CAPTURE_VAR.