Determine the relationship between two widgets
int PtChildType( PtWidget_t *parent, PtWidget_t *child );
ph
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.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtWidgetBrotherBehind(), PtWidgetBrotherInFront(), PtWidgetChildBack(), PtWidgetChildFront(), PtWidgetParent()
“Ordering widgets” in the Managing Widgets in Application Code chapter of the Photon Programmer's Guide