| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Invoke a Child Moved/Resized method
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 );
This function invokes the Child Moved Resized method of the container class specified by cref. The widget argument is a pointer to the widget whose child was resized. The child argument is a pointer to the widget that was resized.
The current_area argument is the widget's current area (after the resize). The current_extent argument is the widget's current extent (after the resize).
The old_area argument is the widget's old area (before the resize). The old_extent argument is the widget's old extent (before the resize).
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |