Atk.GObjectAccessible

g Atk.GObjectAccessible Atk.GObjectAccessible Atk.Object Atk.Object Atk.Object->Atk.GObjectAccessible GObject.Object GObject.Object GObject.Object->Atk.Object

Subclasses:

None

Methods

Inherited:

Atk.Object (25), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

for_object (obj)

get_object ()

Virtual Methods

Inherited:

Atk.Object (24), GObject.Object (7)

Properties

Inherited:

Atk.Object (15)

Signals

Inherited:

Atk.Object (8), GObject.Object (1)

Fields

Inherited:

Atk.Object (8), GObject.Object (1)

Name

Type

Access

Description

parent

Atk.Object

r

Class Details

class Atk.GObjectAccessible(**kwargs)
Bases:

Atk.Object

Abstract:

No

Structure:

Atk.GObjectAccessibleClass

This object class is derived from Atk.Object and can be used as a basis implementing accessible objects.

This object class is derived from Atk.Object. It can be used as a basis for implementing accessible objects for GObjects which are not derived from GtkWidget. One example of its use is in providing an accessible object for GnomeCanvasItem in the GAIL library.

classmethod for_object(obj)[source]
Parameters:

obj (GObject.Object) – a GObject.Object

Returns:

a Atk.Object which is the accessible object for the obj

Return type:

Atk.Object

Gets the accessible object for the specified obj.

get_object()[source]
Returns:

a GObject.Object which is the object for which self is the accessible object

Return type:

GObject.Object

Gets the GObject.Object for which self is the accessible object.