get_parent


Description:

public Accessible? get_parent () throws Error

Gets an Accessible object's parent container.

Parameters:

this

a pointer to the Accessible object to query.

Returns:

a pointer to the Accessible object which contains the given Accessible instance, or NULL if the this has no parent container.