Go to startprevious pagenext page
Small GNOME foot in banner [Making GNOME Accessible]
 


ATK:

  • "in-process" API used within the application domain

who uses it:

  • apps use it to explicitly provide accessibility information
  • bridging code exports it
  • must be implemented by applications for "custom widget code"
    • ATK specifies accessibility "contract"
    • lingua franca of UI component accessibility
    • implemented for stock GTK+ widgets by GAIL library
    • new widgets may need to provide additional implementations