[Previous]
[Bookset]
[Next]

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

[Previous]
[Bookset]
[Next]