- Table of Contents
- AtkAction — accessibility interface for objects that can perform actions
- AtkComponent — accessibility interface for objects that are rendered on the screen
- AtkEditableText — accessibility interface for editable text widgets
- AtkHyperlink — encapsulates a link or set of links in a hypertext document
- AtkHypertext — the base class for all classes that present hypertext information
on the display
- AtkImage — accessibility interface for objects that have an associated image
- AtkNoOpObject — provides non-functioning stub AtkObjects
- AtkNoOpObjectFactory — an AtkObjectFactory which creates non-functioning stub AtkObjects
- AtkObject — represents the minimum information all accessable objects return
- AtkObjectFactory — factory for creating AtkObjects
- AtkRegistry — registry for registering new AtkObject factories
- AtkRelation — defines the functional relationship between two AtkObjects
- AtkRelationSet — a set of AtkRelations, which define the functional relationships
between AtkObjects
- atkselection — accessibility interface for determining what the current selected
children are, as well as modify the selection set
- AtkStateSet — determines an object's state set
- AtkTable — a user-interface component that presents data in two-dimensional table format
- AtkText — accessibility interface for text widgets
- AtkValue — the standard mechanism for an assistive technology to
determine and set numerical values as well as get minimum
and maximum values
- AtkState — describes an objects particular state
- AtkUtil —