Static text that wraps?

Does anyone have any pointers on how to get a control like
wxStaticText that automatically wraps its contents onto
multiple lines?

Roger

Roger Binns wrote:

Does anyone have any pointers on how to get a control like
wxStaticText that automatically wraps its contents onto
multiple lines?

Customize wxGenStaticText in wxPython/lib/stattext.py and add some code to handle the autowrapping.

ยทยทยท

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