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


Home
QNX Community Resources
Developer Support
QNX Documentation Library
QNX Developer Support

QNX Developer Support

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

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

PtNextTopLevelWidget()

Get a pointer to the next top-level widget

Synopsis:

PtWidget_t * PtNextTopLevelWidget(
                PtWidget_t *widget );

Library:

ph

Description:

This function gets a pointer to the next top-level widget after the given widget.

Returns:

A pointer to the next top-level widget, or NULL if there isn't one.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtFindFocusChild(), PtGetParent(), PtValidParent(), PtWidgetParent(), PtWidgetSkip()

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


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