IMPORTANT: This article is being preserved for historical purposes. Current information and documentation about GNOME Accessibility can be found at: the GNOME Accessibility Project


Prev Next


Making Custom Components Accessible

This section should describe in detail how to:

  • assess a custom widget according to the applicable User Interface Guidelines, below;
  • determine which ATK interfaces a custom widget should implement, according to the widget's featureset and function;
  • assess which ATK interfaces can be inherited from the parent widget class;
  • implement the appropriate ATK interfaces for the widget class in one of two ways:

    If the second method is used, the appropriate factory type must be registered with the AtkObjectFactoryRegistry at runtime.


Home Prev Next

Accessibility/Documentation/GNOME2/GNOME Accessibility for Developers/Making Custom Components Accessible (last edited 2011-07-21 18:00:20 by JoanmarieDiggs)