Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PtSuperClassChildMovedResized()
Invoke a Child Moved/Resized method
Synopsis:
void PtSuperClassChildMovedResized(
PtWidgetClassRef_t *cref,
PtWidget_t *widget,
PtWidget_t *child,
PhArea_t *current_area,
PhRect_t *current_extent,
PhArea_t *old_area,
PhRect_t *old_extent );
Arguments:
- cref
- The container class whose method you want to invoke.
- widget
- A pointer to the widget whose child was resized.
- child
- A pointer to the widget that was resized.
- current_area
- A pointer to a PhArea_t structure that defines the widget's current area (after the resize).
- current_extent
- A pointer to a PhRect_t structure that defines the widget's current extent (after the resize).
- old_area
- A pointer to a PhArea_t structure that defines the widget's old area (before the resize).
- old_extent
- A pointer to a PhRect_t structure that defines the widget's old extent (before the resize).
Description:
This function invokes the Child Moved Resized method of the container class specified by cref.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
PhArea_t, PhRect_t in the Photon Library Reference
![]() |
![]() |
![]() |
![]() |

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