Paul Rubin <http://[EMAIL PROTECTED]> writes:
> I'd like to program my Python script to put a string into the X
> windows cut buffer.

Hmm, looks like I can use w.clipboard_append with an arbitrary tkinter
widget, maybe without having to actually display anything.  I'll try
that.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to