There are a couple of command-line applications that I use that I have thought of adapting for GUI use. My first thought would be to use the Tk module, but after having a quick read of the documentation on some of the widgets, I see that I have a problem - it does not look like there are any accessibility features.

I would assume that the deficiency comes from Tk itself, rather than the Perl module. After all, Tk has been around a fair while - probably from before the time that anyone might have thought that people would be making use of assistive/adaptive technologies to use their computers.

What I would expect to see in an accessible GUI toolkit would include:

(That last point isn't something that everyone in the accessibility community would agree on, but I do.)

There are a number of ways I can approach this:

So, my question is this - can anyone recommend an alternative GUI toolkit which is geared up for writing accessible applications, that will run cross-platform and - perhaps most importantly - isn't a pig to learn?

Or should I just stick with the command line?


In reply to Accessible GUI Applications in Perl by smiffy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.