SourceUndoManager
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_source_undo_manager_get_type ()" ) ]
[
GIR ( name =
"UndoManager" ) ]
public interface SourceUndoManager :
Object
Content:
Methods:
- public abstract void begin_not_undoable_action ()
Begin a not undoable action on the buffer.
- public abstract bool can_redo ()
Get whether there are redo operations available.
- public abstract bool can_undo ()
Get whether there are undo operations available.
- public abstract void end_not_undoable_action ()
Ends a not undoable action on the buffer.
- public abstract void redo ()
Perform a single redo.
- public abstract void undo ()
Perform a single undo.
Signals:
Inherited Members:
All known members inherited from class GLib.Object