pub fn undo_entry(
child: impl UiNode,
entry: impl IntoValue<UndoEntryArgs>,
) -> impl UiNode
Expand 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 UiNode,
entry: impl IntoValue<UndoEntryArgs>,
) -> impl UiNode
P
Sets the undo/redo entry widget context.
In the widget style the UNDO_ENTRY_VAR
can be used to access the UndoEntryArgs
.