Gets the accessible parent of the accessible. By default this is
the one assigned with atk.object.ObjectAtk.setParent, 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.ObjectAtk.setParent, and will return it with this method.
Gets the accessible parent of the accessible. By default this is the one assigned with atk.object.ObjectAtk.setParent, 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.ObjectAtk.setParent, and will return it with this method.
If you are only interested on the parent assigned with atk.object.ObjectAtk.setParent, use atk.object.ObjectAtk.peekParent.