Skip to main content

attach_rich_tooltip_content

Function attach_rich_tooltip_content 

Source
pub fn attach_rich_tooltip_content(
    ctx: &mut BuildContext<'_>,
    anchor_id: WidgetId,
    content: TooltipContent,
    delay: Duration,
) -> WidgetId
Expand description

Attach a rich tooltip driven by an inline TooltipContent entry. Use this for one-off tooltips that don’t live in the central registry (tests, dynamic content, per-row tips on data-driven widgets).