[Previous]
[Bookset]
[Next]

PtWidgetBrotherBehind()

Get the brother behind a widget

Synopsis:

PtWidget_t *PtWidgetBrotherBehind( 
                PtWidget_t *widget);

Description:

This function returns a pointer to the brother behind widget. If there's no brother behind widget, the function returns NULL.

Examples:

See PtWidgetChildBack().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtWidgetBrotherInFront(), PtWidgetChildBack(), PtWidgetChildFront()


[Previous]
[Bookset]
[Next]