On Apr 28, 8:50 am, Gigs_ <[EMAIL PROTECTED]> wrote: > Hi > > I dont have idea how to write tkinter undo/redo function form my text editor > and > my paint program. > Could someone help? I'm not asking for code, just for some guidelines to get > me > in the right way. > > thanks
>From what I've read, the Tkinter Text widget has an unlimited undo/ redo function built into it. If you use it for text editing, you shouldn't need to worry about it. If you want to do it yourself, I would recommend reading the code behind that widget or reading the code behind IDLE itself. Mike -- http://mail.python.org/mailman/listinfo/python-list