Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PtSuperClassChildSettingResources()
Invoke a Child Setting Resources method
Synopsis:
int PtSuperClassChildSettingResources(
PtWidgetClassRef_t *cref,
PtWidget_t *widget,
PtWidget_t *child,
PtArg_t const *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 set and its new value.
Description:
This function invokes the Child Setting Resources method of the container class specified by cref.
Returns:
- Pt_END
- The container prevented any further changes to the resource -- the container may have already applied the change to the child.
- Pt_CONTINUE
- Further changes to the child's resource may be applied.
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)