How to make a simple clipboard monitor in python
Posted
by envy
on Stack Overflow
See other posts from Stack Overflow
or by envy
Published on 2010-06-09T11:54:40Z
Indexed on
2010/06/09
21:22 UTC
Read the original article
Hit count: 180
Hi! I was wondering how to make a simple Clipboard Monitor in python, for GUI I'm using PyGTK. I found gtk.clipboard class and all that but I couldn't find any solution to get the "signals" to trigger the event when the clipboard content has changed :(
Any ideas?
Thanks you! :)
© Stack Overflow or respective owner