Virtual Method

ClutterActorget_accessible

Declaration [src]

AtkObject*
get_accessible (
  ClutterActor* self
)

Description [src]

Returns the accessible object that describes the actor to an assistive technology.

If no class-specific AtkObject implementation is available for the actor instance in question, it will inherit an AtkObject implementation from the first ancestor class for which such an implementation is defined.

The documentation of the ATK library contains more information about accessible objects and their uses.

Return value

Returns: AtkObject
 

The AtkObject associated with actor.

 The data is owned by the called function.