focus_next


Description:

public void focus_next (FocusDirection direction)

Focuses the next widget in the specified direction.

If this widget has one of the next_focus_widget_* properties set it will use that value, otherwise, it focus the next widget in the same Window in that direction. Focus will "wrap" around the screen if no widgets are found in the specified direction.

Parameters:

direction

The direction pass the focus.