setParentComponent (
parentComponent,
componentName=None,
suggest=False,
)
Set the object's parent to parentComponent (or suggest it)
If suggest is true, this should not change an already-specified
parent. If suggest is false, and the current parent has already been
used by the component for any purpose, this method should raise an
AlreadyRead exception.
The component's componentName will only be set if the parent is
successfully set.
|