Tkinter: The good, the bad, and the ugly!

Octavian Rasnita orasnita at gmail.com
Wed Jan 19 11:09:08 EST 2011


From: "Adam Skutt" <askutt at gmail.com>
On Jan 19, 1:37 am, "Octavian Rasnita" <orasn... at gmail.com> wrote:
>
> The users shouldn't want something better. Everyone should create GUIs which
> are accessible for everyone by default, without making any special effort
> for doing this.

> Accessibility always requires special effort, and I don't see how
> changing toolkits gets away from this.
> 
> Adam



This is the most false thing I ever heard and the most dangerous.
The GUIS like wxWIDGETS and SWT (at least under Windows), Win32 GUI, MFC, WindowsForms (.Net), are accessible out of the box and they don't require any effort from the programmer. The programmer doesn't even know that the application will also offer accessibility features.
Java SWING is not accessible out of the box, but Sun offers Java Access Bridge, a program which can be installed by the user which needs accessibility, so finally SWING GUIS are also pretty accessible (also without any effort from the programmer).

(Which is not the case of Tk, Gtk and QT.)

Octavian





More information about the Python-list mailing list