ObjectWrap.getParent

Gets the accessible parent of the accessible. By default this is the one assigned with [atk.object.ObjectWrap.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.ObjectWrap.setParent], and will return it with this method.

If you are only interested on the parent assigned with [atk.object.ObjectWrap.setParent], use [atk.object.ObjectWrap.peekParent].

Returns

an #AtkObject representing the accessible

parent of the accessible