[wxpython-users] Built-in escape method for wx.StaticText

Frank Aune Frank.Aune at broadpark.no
Mon Apr 21 14:23:20 PDT 2008


According to wxWidgets doc, one needs to escape certain characters for 
wx.StaticText:

&    & or as && 
   ’    ' 
   "    " 
   <    &lt; 
   >    &gt;

Does such a feature exist (built-in) in wx, or do I have to manually implement 
it?


More information about the wxpython-users mailing list