Making Applications Accessible (1 of 3):
 
  • stock GTK+ widgets support the  ATK Accessibility API 
  • use stock widgets, or minor customizations only, OR
  • implement ATK on custom widgets by
    • extending the stock AtkFactory, OR
    • explicitly setting accessibility properties on base widget's accessible object, OR
    • implementing AtkAccessibltIface and subinterfaces directly on custom widget
  • don't override keyboard navigation bindings

 Next