Get the brother behind a widget
PtWidget_t *PtWidgetBrotherBehind(
PtWidget_t *widget);
This function returns a pointer to the brother behind widget. If there's no brother behind widget, the function returns NULL.
See PtWidgetChildBack().
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
PtWidgetBrotherInFront(), PtWidgetChildBack(), PtWidgetChildFront(), PtWidgetParent()
"Ordering widgets" in the Creating Widgets in Application Code chapter of the Photon Programmer's Guide