Get a widget's parent
PtWidget_t *PtWidgetParent( PtWidget_t *widget );
This function returns a pointer to the parent of the specified widget. If no parent exists, the function returns NULL.
Some container widgets, including PtDivider, PtMenuBar, PtMultiText, and PtScrollArea redirect children to an alternate parent. For all container widgets, it's best to call PtValidParent() to determine the "real" parent of the children. |
See PtWidgetChildBack().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtCreateWidget(), PtFindGuardian(), PtGetParent(), PtGetParentWidget(), PtReParentWidget(), PtSetParentWidget(), PtValidParent(), PtWidgetBrotherBehind(), PtWidgetBrotherInFront(), PtWidgetChildBack(), PtWidgetChildFront()
"Ordering widgets" in the Creating Widgets in Application Code chapter of the Photon Programmer's Guide