[Previous] [Contents] [Index] [Next]

PtContainerDeregister()

Deregister a container from its parent

Synopsis:

void PtContainerDeregister( PtWidget_t *container );

Description:

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.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtContainerRegister()


[Previous] [Contents] [Index] [Next]