Richard Querin wrote:
I've got a multiline, readonly wx.TextCtrl which has a bunch of text inside of it. What is the easiest way to enable the user to print this output text via a standard print dialog?
The printing sample from the wxPIA code does exactly that. If you don't have the book the sample code is also included in the wxPython distribution files with the other samples.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!