Function zng::widget::is_enabled
source ยท pub fn is_enabled(child: impl UiNode, state: impl IntoVar<bool>) -> impl UiNode
Expand description
P
If the widget is enabled for interaction.
This property is used only for probing the state. You can set the state using
the enabled
property.