get_parent
Description:
Gets the accessible parent of the accessible.
By default this is the one assigned with 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 set_parent, and will return it with this method.
If you are only interested on the parent assigned with set_parent, use peek_parent.
Parameters:
this |
an Object |
Returns:
an Object representing the accessible parent of the accessible |