disabled_context_menu

Function disabled_context_menu 

Source
pub fn disabled_context_menu(
    child: impl IntoUiNode,
    menu: impl IntoUiNode,
) -> UiNode
Expand 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.