SWT.TRAVERSE_ARROW_PREVIOUS

Traversal event detail field value indicating that the key which designates that focus should be given to the previous tab item was pressed; typically, this is either the LEFT-ARROW or UP-ARROW keys (value is 1<<5).

class SWT
int TRAVERSE_ARROW_PREVIOUS;

Meta