[program-l] Question about accessibility in wxPython

  • From: Meisam Amini <meisamamini21@xxxxxxxxx>
  • To: program-l@xxxxxxxxxxxxx
  • Date: Sat, 5 Oct 2019 10:07:20 +0330

Hello everyone.
I have learned wxPython to some degree, but the problem is that I don't
know what to do to make my program accessible. For example, how to make it
so when I move on controls using my screen reader it automatically read the
static text for each control. The only way I can think of is using SetName
method on each control and give them the same text that is written in the
static text for the control. Is there a resource that teaches the best
practices for accessibility in wxPython?
Another question is, I know that wxPython apps are accessible on Windows.
But how about Mac and Linux?
Thanks in advance.

Other related posts: