Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
PtChildType()
Determine the relationship between two widgets
Synopsis:
int PtChildType( PtWidget_t *parent,
PtWidget_t *child );
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 Creating Widgets in Application Code chapter of the Photon Programmer's Guide
