Register a container with its parent
void PtContainerRegister( PtWidget_t *container );
This function registers container with its parent for anchoring. Anchoring is done by PtContainer's Extent method. If you override this method and want to use PtContainer's anchoring mechanism, you must register each widget instance in your Extent method.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |