ObjectAtk.getParent

Gets the accessible parent of the accessible. By default this is the one assigned with atk_object_set_parent(), but it is assumed that ATK implementors have ways to get the parent of the object without the need of assigning it manually with atk_object_set_parent(), and will return it with this method.

If you are only interested on the parent assigned with atk_object_set_parent(), use atk_object_peek_parent().

class ObjectAtk
getParent
()

Return Value

Type: ObjectAtk

an #AtkObject representing the accessible parent of the accessible

Meta