Find the previous widget that can get focus
PtWidget_t *PtFindFocusPrevFrom( PtWidget_t *widget );
ph
This function returns a pointer to the previous widget that can get focus behind the provided widget. If there are no such widgets below the provided widget, the search wraps around to the frontmost widget that can get focus.
This function doesn't give focus to the widget found. |
A pointer to the previous widget that can get focus.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtFindFocusChild(), PtFindFocusNextFrom()