Find the closest focusable child widget
PtWidget_t *PtFindFocusChild( PtWidget_t *widget );
This function finds the closest focusable child widget of widget. If no focusable children are found, widget is returned.
The pointer passed in widget if no focusable children are found, or a pointer to the first focusable child of widget.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |