Part VIII. Accessibility

Clutter provides support for accessibility technologies by implementing the ATK interfaces. Since Clutter is a low-level tool kit, and developers are supposed to create more complex actor classes, we expose a low level API under the Cally namespace; this API can be used as the base to build more accessibility features inside custom derived ClutterActor classes.

Table of Contents

Base Classes
CallyActor — Implementation of the ATK interfaces for ClutterActor
CallyGroup — Implementation of the ATK interfaces for a ClutterGroup
CallyStage — Implementation of the ATK interfaces for a ClutterStage
CallyTexture — Implementation of the ATK interfaces for a ClutterTexture
CallyRectangle — Implementation of the ATK interfaces for a ClutterRectangle
CallyText — Implementation of the ATK interfaces for a ClutterText
CallyClone — Implementation of the ATK interfaces for a ClutterClone
Utility API
Cally — Cally initialization methods.
CallyUtilAtkUtil implementation
CallyRoot — Root object for the Cally toolkit