[Previous] [Contents] [Index] [Next]

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 );

Description:

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).

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

[Previous] [Contents] [Index] [Next]