Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
PtFindFocusChild()
Find the closest focusable child widget
Synopsis:
PtWidget_t *PtFindFocusChild( PtWidget_t *widget );
Description:
This function finds the closest focusable child widget of widget. If no focusable children are found, widget is returned.
Returns:
The pointer passed in widget if no focusable children are found, or a pointer to the first focusable child of widget.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
