Get a pointer to the next top-level widget
PtWidget_t * PtNextTopLevelWidget( PtWidget_t *widget );
ph
This function gets a pointer to the next top-level widget after the given widget.
A pointer to the next top-level widget, or NULL if there isn't one.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtFindFocusChild(), PtGetParent(), PtValidParent(), PtWidgetParent(), PtWidgetSkip()
“Ordering widgets” in the Managing Widgets in Application Code chapter of the Photon Programmer's Guide