Octavian Rasnita wrote:
Does this mean that under Windows it uses the Win32 standard GUI like WxPython?
I am asking this because I want to know if the interfaces it creates will be
accessible for screen readers.
I have no experience with screen readers, so I can't be sure.
However, PyGUI uses the widgets natively provided by the
Win32 API as much as it can, so to the extent that they
support screen readers, PyGUI should as well.
BTW, what is the difference between PyGUI and WxPython?
PyGUI is smaller, more Pythonic, documented in Python terms
and doesn't depend on a huge third-party library. See the
Project Goals on the web site for elaboration.
--
Greg
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32