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


Home
QNX Community Resources
QNX Documentation Library
PtChildType

PtChildType

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

PtChildType()

Determine the relationship between two widgets

Synopsis:

int PtChildType( PtWidget_t *parent, 
                 PtWidget_t *child );

Library:

ph

Description:

This function returns Pt_IMMEDIATE_CHILD if the provided child is the immediate child of parent or Pt_SUBORDINATES_CHILD if the child is a child of a procreated child of parent. Otherwise Pt_FALSE is returned.

Returns:

Pt_IMMEDIATE_CHILD
The provided child is the immediate child of parent.
Pt_SUBORDINATES_CHILD
The child is a child of a procreated child of parent.
Pt_FALSE
Neither of the above is true.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

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

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