Atk.GObjectAccessible¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Atk.GObjectAccessible(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
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
) – aGObject.Object
- Returns:
a
Atk.Object
which is the accessible object for the obj- Return type:
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:
Gets the
GObject.Object
for which self is the accessible object.