pub fn attach_rich_tooltip_with_placement(
ctx: &mut BuildContext<'_>,
anchor_id: WidgetId,
key: impl Into<String>,
delay: Duration,
placement: TooltipPlacement,
) -> WidgetIdExpand description
attach_rich_tooltip with an explicit TooltipPlacement — pass
Side for anchors stacked vertically (menu items, a vertical tab
strip, list/tree rows) so the tooltip opens beside the anchor.