Import line: | GtkSource = imports.gi.GtkSource; |
GIR File: | GtkSource-2.0.gir |
C documentation: | GtkSourceUndoManager |
Interface : | UndoManager |
Implementations: | GtkSource.UndoManagerDefault |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
begin_not_undoable_action
()
:
none
Begin a not undoable action on the buffer.
Begin a not undoable action on the buffer. All changes between this call and the call to gtk_source_undo_manager_end_not_undoable_action cannot be undone. This function should be re-entrant.
|
GtkSource.UndoManager | |
can_redo
()
:
Boolean
Get whether there are redo operations available.
Get whether there are redo operations available.
|
GtkSource.UndoManager | |
can_redo_changed
()
:
none
Emits the GtkSourceUndoManager::can-redo-changed signal.
Emits the GtkSourceUndoManager::can-redo-changed signal.
|
GtkSource.UndoManager | |
can_undo
()
:
Boolean
Get whether there are undo operations available.
Get whether there are undo operations available.
|
GtkSource.UndoManager | |
can_undo_changed
()
:
none
Emits the GtkSourceUndoManager::can-undo-changed signal.
Emits the GtkSourceUndoManager::can-undo-changed signal.
|
GtkSource.UndoManager | |
end_not_undoable_action
()
:
none
Ends a not undoable action on the buffer.
Ends a not undoable action on the buffer.
|
GtkSource.UndoManager | |
redo
()
:
none
Perform a single redo.
Perform a single redo. Calling this function when there are no redo operations available is an error. Use gtk_source_undo_manager_can_redo to find out if there are redo operations available.
|
GtkSource.UndoManager | |
undo
()
:
none
Perform a single undo.
Perform a single undo. Calling this function when there are no undo operations available is an error. Use gtk_source_undo_manager_can_undo to find out if there are undo operations available.
|
GtkSource.UndoManager |
Event | Defined By | |
---|---|---|
can_redo_changed (UndoManager self)
:
none
|
GtkSource.UndoManager | |
can_undo_changed (UndoManager self)
:
none
|
GtkSource.UndoManager |
Class / Namespace | Method / Signal / Properties |
---|---|
GtkSource.Buffer
Property |
undo_manager : GtkSource.UndoManager
|
GtkSource.Buffer
Method |
get_undo_manager
()
:
GtkSource.UndoManager
Returns the GtkSourceUndoManager associated with the buffer, see gtk_source_buffer_set_undo_manager().
|
GtkSource.Buffer
Method |
set_undo_manager
(UndoManager manager)
:
none
Set the buffer undo manager.
|