[Tkinter-discuss] Clipboard

Batista, Facundo FBatista at uniFON.com.ar
Wed May 12 13:49:37 EDT 2004


Seems to be missing something fundamental here, sorry.

I'm developing a small program (under win32, but should work crossplatform).

I want to paste some text in the clipboard, so I do:

  root.clipboard_clear()
  root.clipboard_append(mytext)

But I can not find a way to retrieve the text from the clipboard! Is there a
way?

Thank you!

.	Facundo



More information about the Tkinter-discuss mailing list