- (focus-next [handle (or/c ihandle? #f) (current-focus)]) -> (or/c ihandle? #f)procedure
Moves the focus from the given element to the next in sequence. Returns the element that received the focus, if any.
Moves the focus from the given element to the next in sequence. Returns the element that received the focus, if any.