undo and redo ?

Jeff Epler jepler at unpythonic.net
Thu Jan 1 22:24:06 EST 2004


On Thu, Jan 01, 2004 at 06:38:47PM -0800, black wrote:
> I'm coding with Tkinter and i wonder whether we could get current OS' clipboard available

You're looking for the clipboard_* and selection_* methods of widget
objects.  I've never worked extensively with this, but instead I usually
rely on the way they're handled by the default bindings (which are quite
adequate on Unix, but less so on Windows where people are accustomed to
having cut/copy/paste on the menu, toolbar, and context-menu)

Jeff




More information about the Python-list mailing list