Does anyone have any pointers on how to get a control like
wxStaticText that automatically wraps its contents onto
multiple lines?
Roger
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!