Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PtWidgetBrotherInFront

PtWidgetBrotherInFront

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

PtWidgetBrotherInFront()

Get the brother in front of a widget

Synopsis:

PtWidget_t *PtWidgetBrotherInFront( 
                PtWidget_t *widget );

Arguments:

widget
A pointer to the widget whose brother you want to find.

Library:

ph

Description:

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

Examples:

See PtWidgetBrotherBehind().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtWidgetBrotherBehind(), PtWidgetChildBack(), PtWidgetChildFront(), PtWidgetParent()

"Ordering widgets" in the Managing Widgets in Application Code chapter of the Photon Programmer's Guide