atk.GObjectAccessiblethis object class is derived from AtkObject and can be
used as a basis implementing accessible objects. Synopsisatk.GObjectAccessibleatk.Objectget_objectFunctionsatk.gobject_accessible_for_objectobjAncestry+-- gobject.GObject
+-- atk.Object
+-- atk.GObjectAccessible
atk.GObjectAccessible Propertiesatk.Object Propertiesatk.GObjectAccessible Signal Prototypesgobject.GObject Signal Prototypesatk.Object Signal PrototypesDescriptionThis 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.Methodsatk.GObjectAccessible.get_objectget_objectReturns :a gobject.GObject
which is the object for the accessible objectGets the gobject.GObject
for the accessible object.Functionsatk.gobject_accessible_for_objectatk.gobject_accessible_for_objectobjobj :a gobject.GObjectReturns :a atk.Object
which is the accessible object for
objGets the accessible object for the specified
obj.