gtksourceview2 :: UndoManager :: Class UndoManager
[hide private]
[frames] | no frames]

Class UndoManager

        object --+    
                 |    
gobject.GInterface --+
                     |
                    UndoManager

Instance Methods [hide private]
 
begin_not_undoable_action(...)
 
can_redo(...)
 
can_redo_changed(...)
 
can_undo(...)
 
can_undo_changed(...)
 
do_begin_not_undoable_action(...)
 
do_can_redo(...)
 
do_can_redo_changed(...)
 
do_can_undo(...)
 
do_can_undo_changed(...)
 
do_end_not_undoable_action(...)
 
do_redo(...)
 
do_undo(...)
 
end_not_undoable_action(...)
 
redo(...)
 
undo(...)

Inherited from gobject.GInterface: __gdoc__, __init__, __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __gtype__ = <GType GtkSourceUndoManager (75011744)>
Properties [hide private]

Inherited from object: __class__