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

PtSuperClassChildCreated()

Invoke a Child Created method

Synopsis:

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

Arguments:

cref
The container superclass whose method you want to call.
widget
A pointer to the widget for which to call the superclass's method.
child
A pointer to the newly created widget.

Description:

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

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No