news 28 Posted November 18, 2013 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. News ==== * AtkRole: * Bug 709106: add media (audio and video) roles * Bug 712586: new ATK roles for ARIA roles (plus rating) * This includes: ATK_ROLE_DEFINITION, ATK_ROLE_ARTICLE, ATK_ROLE_LANDMARK, ATK_ROLE_LOG, ATK_ROLE_MARQUEE, ATK_ROLE_MATH, ATK_ROLE_RATING, ATK_ROLE_TIMER, * AtkState: * Bug 712576: add ATK_STATE_CHECKABLE * Bug 712581: add ATK_STATE_HAS_POPUP * AtkDocument: * Bug 709106: add page-changed-signal * Deprecated atk_document_get_document and atk_document_get_document_type * Added testdocument on tests directory * Documentation: * Update documentation for selected_link method and property * Improve documentation of AtkAttribute and AtkAttributeSet Translators =========== Fran Diéguez (gl), Daniel Mustieles (es) Download ======== -- Alejandro Piñeiro Iglesias _______________________________________________ Share this post Link to post