Editable.setEnableUndo

void setEnableUndo(bool enableUndo)

If enabled, changes to editable will be saved for undo/redo actions.

This results in an additional copy of text changes and are not stored in secure memory. As such, undo is forcefully disabled when gtk.text.Text.visibility is set to false.

Parameters

enableUndoif undo/redo should be enabled