PtFindFocusNextFrom()

Find the next widget that can get focus

Synopsis:

PtWidget_t *PtFindFocusNextFrom(
               PtWidget_t *widget );

Library:

ph

Description:

This function returns a pointer to the next widget that can get focus above the provided widget. If there are no such widgets above the provided widget, the search wraps around to the backmost widget that can get focus.


Note: This function doesn't give focus to the widget found.

Returns:

A pointer to the next widget that can get focus.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtFindFocusChild(), PtFindFocusPrevFrom()