news 28 Posted July 3, 2012 About ATK ========= GNOME provides support for accessibility devices using the ATK framework. This framework defines a set of interfaces to which graphical interface components adhere. This allows, for instance, screen readers to read the text of an interface and interact with its controls. ATK support is built into GTK+ and the rest of the GNOME platform, so any application using GTK+ will have reasonable accessibility support for free. Nonetheless, you should be aware of accessibility issues when when developing your applications. Although GTK+ interfaces provide reasonable accessibility by default, you can often improve how well your program behaves with accessibility tools by providing additional information to ATK. If you develop custom widgets, you should ensure that they expose their properties to ATK. You should also avoid using sound, graphics, or color as the sole means of conveying information to the user. The GNOME desktop ships with a number of accessibility tools which enable users with disabilities to take full advantage of their desktop and applications. Applications that fully implement ATK will be able to work with the accessibility tools. GNOME's accessibility tools include a screen reader, a screen magnifier, an on-screen keyboard, and Dasher, an predictive text entry tool. News ==== * Added extra doc on atk_remove_[key/global]_event_listener * Fixed compilation with some gcc versions/combination of options * Provide a default implementation for * atk_util_[add/remove]_global_event_listner * Bug 478587: "accessible-role" - invalid default value Contributors ============ Lionel Landwerlin, Alejandro Piñeiro Iglesias, Translations ============ Åsmund Skjæveland (nn) Carles Ferrando (ca ( -at -) valencia) Daniel Mustieles (es) Jordi Serratosa (ca) Tom Tryfonidis (el) Download ======== http://download.gnome.org/sources/atk/2.5/atk-2.5.3.tar.xz (594K) sha256sum: ac118ef34ef5490fa113cf50cffdff7735d6293723bf35df958a89fbda876313 -- Alejandro Piñeiro Iglesias _______________________________________________ Share this post Link to post