onlyshk / pygtk_undo

undo/redo functional for pygtk textbuffer

Home Page:undo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undostack.py provide undo/redo functional for pygtk's gtk.TextView.

Using: 

editor = undostack.TextEditor()
textbuffer = textview.get_buffer()
textbuffer.undo() 

And the same you can using redo

About

undo/redo functional for pygtk textbuffer

undo

License:BSD 4-Clause "Original" or "Old" License


Languages

Language:Python 100.0%