atk.GObjectAccessible
atk.GObjectAccessible — this object class is derived from AtkObject and can be
used as a basis implementing accessible objects.
Description
This object class is derived from atk.Object. It
can be used as a basis for implementing accessible objects for gobject.GObject
objects which are not derived from gtk.Widget. One
example of its use is in providing an accessible object for
GnomeCanvasItem in the GAIL library.
Methods
atk.GObjectAccessible.get_object
Gets the gobject.GObject
for the accessible object.
Functions
atk.gobject_accessible_for_object
def atk.gobject_accessible_for_object(obj)
|
Gets the accessible object for the specified
obj.