Implemented clutter_actor_get_accessible
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 12 Apr 2010 18:10:24 +0000 (20:10 +0200)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 24 May 2010 14:52:37 +0000 (15:52 +0100)
commit6a313ec2e2c227448ee83e6610ef78d1d0fe14a0
tree424626e3389aa884b648e485e3fd8ee96d4dec70
parentfd584e18418166542c0e75b75a263060c8ce4634
Implemented clutter_actor_get_accessible

Added the implementation for clutter_actor_get_accessible, virtual
ClutterActor function, used to obtain the accessible object of
any ClutterActor.

As it is defined virtual, it would be possible to redefine it, so
any custom clutter actor could implement their accessibility object,
withouth relying totally on a accessibility implementation module.

See gtkiconview as example.

http://bugzilla.openedhand.com/show_bug.cgi?id=2070
clutter/clutter-actor.c
clutter/clutter-actor.h