Invoke a Child Destroyed method
void PtSuperClassChildDestroyed(
PtWidgetClassRef_t *cref,
PtWidget_t *widget,
PtWidget_t *child );
This function invokes the Child Destroyed method of the container class specified by cref. The widget argument is a pointer to the widget whose Child Destroyed method is being invoked. The child argument is a pointer to the widget that has just been destroyed.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |