PtSuperClassChildGettingResources
![]() |
![]() |
![]() |
![]() |
PtSuperClassChildGettingResources()
Invoke a Child Getting Resources method
Synopsis:
int PtSuperClassChildGettingResources(
PtWidgetClassRef_t *cref,
PtWidget_t *widget,
PtWidget_t *child,
PtArg_t *argt);
Arguments:
- cref
- The container class whose method you want to invoke.
- widget
- A pointer to the widget whose child is having one of its resources set.
- child
- A pointer to the widget that's having one of its resources set.
- argt
- A pointer to a PtArg_t structure (see the Photon Library Reference) that describes the resource being retreived and where to store its value.
Description:
This function invokes the Child Getting Resources method of the container class specified by cref.
Returns:
- Pt_END
- The container prevented the resource query from receiving further processing — the container may have already satisfied the query.
- Pt_CONTINUE
- The resource query may be applied to the child.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
PtArg_t in the Photon Library Reference
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)
