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

PtSuperClassChildSettingResources()

Invoke a Child Setting Resources method

Synopsis:

int PtSuperClassChildSettingResources( 
                PtWidgetClassRef_t *cref,
                PtWidget_t *widget,
                PtWidget_t *child,
                PtArg_t const *argt );

Description:

This function invokes the Child Setting 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.

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

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