parent


Description:

public Object parent { owned get; set; }

The parent of the object.

Please note, that when changing the 'parent' property, we don't emit notify and deep_notify signals due to locking issues. In some cases one can use element_added or element_removed signals on the parent to achieve a similar effect.