printing option of wxwindow

In a wx.ScrolledWindow I am using/displaying pygame window.

I want to provide a printing option for the content
available in wx.scrolledwindow.

Thanking in advance.

gopal mishra wrote:

In a wx.ScrolledWindow I am using/displaying pygame window.

I want to provide a printing option for the content available in wx.scrolledwindow.

See the examples on the Printing Framework in the demo, wiki, and the book. Probably what you'll need to do is find a way to capture a bitmap of your pygame window and then print that with the printing framework.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!