2007/1/3, Seth Mahoney <[EMAIL PROTECTED]>:
Can anyone point me to a nice tutorial or any info at all on how to handle copying rich text to the clipboard using python and GTK?
Since pygtk 2.10 gtk.Clipboard has got news methods to handle rich_text, did you already tried them? see API reference for details: http://www.pygtk.org/docs/pygtk/class-gtkclipboard.html#method-gtkclipboard--request-rich-text I have never tried those methods myself, I hope it helps. cheers -- Gian Mario Tagliaretti http://www.parafernalia.org/pygtk/ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
