Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PtSuperClassChildRealized()

Invoke a Child Realized method

Synopsis:

void PtSuperClassChildRealized( 
                 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 Realized method is being invoked.
child
A pointer to the widget that has been realized.

Description:

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

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No