Re: Any Pythonic GTK Undo library?

2005-10-29 Thread Tony Nelson
In article <[EMAIL PROTECTED]>, Dave Cook <[EMAIL PROTECTED]> wrote: > On 2005-10-29, Tony Nelson <[EMAIL PROTECTED]> wrote: > > > I'm looking for a "pythonic" GTK Undo library/class. It would have a > > You might ask the authors of Kiwi if they plan to add undo/redo. Or help > them add it i

Re: Any Pythonic GTK Undo library?

2005-10-29 Thread Dave Cook
On 2005-10-29, Tony Nelson <[EMAIL PROTECTED]> wrote: > I'm looking for a "pythonic" GTK Undo library/class. It would have a You might ask the authors of Kiwi if they plan to add undo/redo. Or help them add it if you can. http://www.async.com.br/projects/kiwi/ It would be great to have this

Any Pythonic GTK Undo library?

2005-10-29 Thread Tony Nelson
I'm looking for a "pythonic" GTK Undo library/class. It would have a framework for Undo/Redo, and would provide Undo/Redo for TextView, Entry, and containers and other classes. In a "batteries included" fashion, just instantiating a "UndoableTextView" or "UndoableEntry" or "UndoableContainer"