Package: gtk
Accessor gtk:editable-enable-undo
Lambda Listgtk:editable-enable-undo (object) SyntaxArgumentsDetails Accessor of the enable-undo slot of the gtk:editable class. The gtk:editable-enable-undo function gets whether undo/redo actions are enabled for the editable widget. The (setf gtk:editable-enable-undo) function
sets the property. If enabled, changes to the editable widget 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 the visibility property of the gtk:text widget is set to false. | See also |
2024-11-15