[wxPython] wxStaticText

i know that ‘&’ is considered a special character (defining a default
key-binding for wxMenu objects)

but, for wxStaticText objects with a ‘&’ character, it also affects the
appearance (for example ‘me&Bob’ appears as ‘me_Bob’)

is there anyway to overide this behavior? (i.e., so ‘me&Bob’ really appears
as ‘me&Bob’)

is there anyway to overide this behavior? (i.e., so 'me&Bob' really

appears

as 'me&Bob')

'me&&Bob'

···

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