Deregister a container from its parent
void PtContainerDeregister( PtWidget_t *container );
This function deregisters container from its parent. This prevents container from being included in anchoring operations.
The deregister operation is done by PtContainer's Unrealization method. If you override PtContainer's Unrealization method, you should call PtContainerDeregister() to remove container from its parent's list of children before any anchoring is applied.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |