Not found

The exact documentation you were looking for could not be found. Here is the best guess.

parent=( other ) public

Sets the parent of this child to the supplied argument.

other

Must be a Parent object. If this object is the same object as the existing parent of this child, no action is taken. Otherwise, this child is removed from the current parent (if one exists), and is added to the new parent.

Returns

The parent added

Show source
Register or log in to add new notes.