pub fn undo_entry(
child: impl IntoUiNode,
entry: impl IntoValue<UndoEntryArgs>,
) -> UiNodeExpand description
P Sets the undo/redo entry widget context.
In the widget style the UNDO_ENTRY_VAR can be used to access the UndoEntryArgs.
pub fn undo_entry(
child: impl IntoUiNode,
entry: impl IntoValue<UndoEntryArgs>,
) -> UiNodeP Sets the undo/redo entry widget context.
In the widget style the UNDO_ENTRY_VAR can be used to access the UndoEntryArgs.