pub fn cmd_tooltip_fn(
child: impl IntoUiNode,
cmd_tooltip: impl IntoVar<WidgetFn<CmdTooltipArgs>>,
) -> UiNodeExpand description
P Sets the widget function used to produce the button tooltip when cmd is set and tooltip is not.
pub fn cmd_tooltip_fn(
child: impl IntoUiNode,
cmd_tooltip: impl IntoVar<WidgetFn<CmdTooltipArgs>>,
) -> UiNodeP Sets the widget function used to produce the button tooltip when cmd is set and tooltip is not.