Small GNOME foot in banner [Making Applications Accessible]
back next

An Application-side View of GNOME Accessibility

  • ATK is primary GNOME API of interest
  • ATK properties can be usefully set within application
  • Two approaches to implementing ATK for widgets/libraries:
    • implement directly in library or application
    • implement in an external implementation library (ex: GAIL)
  • Method we will discuss works in both cases