[Previous]
[Bookset]
[Next]

PtWidgetBrotherInFront()

Get the brother in front of a widget

Synopsis:

PtWidget_t *PtWidgetBrotherInFront( 
                PtWidget_t *widget );

Description:

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

Examples:

See PtWidgetChildBack().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtWidgetBrotherBehind(), PtWidgetChildBack(), PtWidgetChildFront()


[Previous]
[Bookset]
[Next]