[Previous]
[Bookset]
[Next]

PtWidgetChildFront()

Get the the child at the very front of a container

Synopsis:

PtWidget_t *PtWidgetChildFront( 
                PtWidget_t *widget );

Description:

This function returns a pointer to the child at the very front of the specified container widget. If widget doesn't have any children, the function returns NULL.

Examples:

See PtWidgetChildBack().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtWidgetBrotherBehind(), PtWidgetBrotherInFront(), PtWidgetChildBack(), PtWidgetParent(), PtWidgetToBack(), PtWidgetToFront()


[Previous]
[Bookset]
[Next]