pub fn read_only(
child: impl IntoUiNode,
read_only: impl IntoVar<bool>,
) -> UiNodeExpand description
P Indicates that the widget is not editable, but is otherwise operable.
pub fn read_only(
child: impl IntoUiNode,
read_only: impl IntoVar<bool>,
) -> UiNodeP Indicates that the widget is not editable, but is otherwise operable.