| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Invoke a Child Unrealized method
void PtSuperClassChildUnrealized( 
                 PtWidgetClassRef_t *cref,
                 PtWidget_t *widget,
                 PtWidget_t *child );
This function invokes the Child Unrealized method of the container class specified by cref. The widget argument is a pointer to the widget whose Child Unrealized method is being invoked. The child argument is a pointer to the widget that has just been unrealized.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |