Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PtSuperClassChildCreated()
Invoke a Child Created method
Synopsis:
void PtSuperClassChildCreated(
PtWidgetClassRef_t *cref,
PtWidget_t *widget,
PtWidget_t *child );
Arguments:
- cref
- The container superclass whose method you want to call.
- widget
- A pointer to the widget for which to call the superclass's method.
- child
- A pointer to the newly created widget.
Description:
This function invokes the Child Created method of the container class specified by cref.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
![]() |
![]() |
![]() |
![]() |

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