| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Invoke a Child Getting Resources method
int PtSuperClassChildGettingResources( 
                PtWidgetClassRef_t *cref,
                PtWidget_t *widget,
                PtWidget_t *child,
                PtArg_t *argt);
This function invokes the Child Getting Resources method of the container class specified by cref. The widget argument is a pointer to the widget whose child is having one of its resources set. The child argument is a pointer to the widget that's having one of its resources set. The argt argument describes the resource being set and what its new value will be.
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) |