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

PtSuperClassChildRealized()

Invoke a Child Realized method

Synopsis:

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

Description:

This function invokes the Child Realized method of the container class specified by cref. The widget argument is a pointer to the widget whose Child Realized method is being invoked. The child argument is a pointer to the widget that has been realized.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

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