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 );
- 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).
This function invokes the Child Moved Resized method of the
container class specified by cref.
Photon
Safety: | |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
PhArea_t,
PhRect_t
in the Photon Library Reference