Re: Accessibility Issues with WXPython 32bit
To make it accessible use the name parameter when istantiating the class, or use the method SetName, that most of the controls have.
example:
f = wx.Frame(None, title="test", name="test")
Hope it helps.
-- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector