PtSuperClassChildUnrealized()

Invoke a Child Unrealized method

Synopsis:

void PtSuperClassChildUnrealized( 
                 PtWidgetClassRef_t *cref,
                 PtWidget_t *widget,
                 PtWidget_t *child );

Arguments:

cref
The container class whose method you want to invoke.
widget
A pointer to the widget whose Child Unrealized method is being invoked.
child
A pointer to the widget that has just been unrealized.

Description:

This function invokes the Child Unrealized method of the container class specified by cref.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No