pub fn disabled_context_menu(
child: impl IntoUiNode,
menu: impl IntoUiNode,
) -> UiNodeExpand description
P Defines the context menu shown when the widget is disabled and receives a context click.
The menu can be any widget, the ContextMenu! is recommended.