GObject.Object
GtkSource.UndoManagerDefault
Import line: | GtkSource = imports.gi.GtkSource; |
GIR File: | GtkSource-2.0.gir |
C documentation: | GtkSourceUndoManagerDefault |
Class : | UndoManagerDefault |
Implements: | GtkSource.UndoManager |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
buffer : Gtk.TextBuffer
|
GtkSource.UndoManagerDefault | |
max_undo_levels : Number
|
GtkSource.UndoManagerDefault | |
parent : GObject.Object
read only
|
GtkSource.UndoManagerDefault | |
priv : GtkSource.UndoManagerDefaultPrivate
read only
|
GtkSource.UndoManagerDefault |
Method / Constructor | Defined By | |
---|---|---|
new GtkSource.UndoManagerDefault
(Object properties)
Create a new GtkSource.UndoManagerDefault
Create a new GtkSource.UndoManagerDefault
|
||
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 | |
set_max_undo_levels
(Number max_undo_levels)
:
none
|
GtkSource.UndoManagerDefault | |
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 |