I have been searching for ways to draw to the clipboard rather than the 
wxWindow/screen in a wxPython app.  I did this a long time ago in C on 
Mac OS 8.  Then I could paste into drawing programs or MS Word or 
whatever as a graphical object.  I could even edit the graphic in 
drawing programs.  Is it doable in wxPython? 

I searched the wx libraries and found a lot about SetData and AddData to 
put data on the Clipboard after you open it and get ownership (not 
totally sure what that all means), but I haven't a clue how to use these 
object to capture drawing calls (e.g. DrawRect), if that's even the 
right way to do it.

If anyone knows of any example code doing the above stuff, would you 
please point me to it.  Thanks.

-- 
Cheers,

Lou Pecora

Code 6362
Naval Research Lab
Washington, DC  20375
USA
Ph:  +202-767-6002
email:  [EMAIL PROTECTED]

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to