ATK - Accessibility Toolkit |
---|
for ATK 2.38.0
- Overview
- Base accessibility object
- AtkObject — The base object class for the Accessibility Toolkit API.
- Event and toolkit support
- AtkUtil — A set of ATK utility functions for event and toolkit support.
- ATK Interfaces
- AtkAction — The ATK interface provided by UI components which the user can activate/interact with.
- AtkComponent — The ATK interface provided by UI components which occupy a physical area on the screen. which the user can activate/interact with.
- AtkDocument — The ATK interface which represents the toplevel container for document content.
- AtkEditableText — The ATK interface implemented by components containing user-editable text content.
- AtkHyperlinImpl — An interface from which the AtkHyperlink associated with an AtkObject may be obtained.
- AtkHypertext — The ATK interface which provides standard mechanism for manipulating hyperlinks.
- AtkImage — The ATK Interface implemented by components which expose image or pixmap content on-screen.
- AtkSelection — The ATK interface implemented by container objects whose AtkObject children can be selected.
- AtkStreamableContent — The ATK interface which provides access to streamable content.
- AtkTable — The ATK interface implemented for UI components which contain tabular or row/column information.
- AtkTableCell — The ATK interface implemented for a cell inside a two-dimentional AtkTable
- AtkText — The ATK interface implemented by components with text content.
- AtkValue — The ATK interface implemented by valuators and components which display or select a value from a bounded range of values.
- AtkWindow — The ATK Interface provided by UI components that represent a top-level window.
- Basic accessible data types
- AtkRange — A given range or subrange, to be used with AtkValue
- AtkRelation — An object used to describe a relation between a object and one or more other objects.
- AtkRelationSet — A set of AtkRelations, normally the set of AtkRelations which an AtkObject has.
- AtkState — An AtkState describes a single state of an object.
- AtkStateSet — An AtkStateSet contains the states of an object.
- Custom accessible objects
- AtkGObjectAccessible — This object class is derived from AtkObject and can be used as a basis implementing accessible objects.
- AtkHyperlink — An ATK object which encapsulates a link or set of links in a hypertext document.
- AtkNoOpObject — An AtkObject which purports to implement all ATK interfaces.
- AtkPlug — Toplevel for embedding into other processes
- AtkSocket — Container for AtkPlug objects from other processes
- Utilities
- AtkNoOpObjectFactory — The AtkObjectFactory which creates an AtkNoOpObject.
- AtkObjectFactory — The base object class for a factory used to create accessible objects for objects of a specific GType.
- AtkRegistry — An object used to store the GType of the factories used to create an accessible object for an object of a particular GType.
- Versioning macros — Variables and functions to check the ATK version
- Deprecated Interfaces
- AtkMisc — A set of ATK utility functions for thread locking
- Index of all symbols
- Annotation Glossary