SWT.TRAVERSE_PAGE_PREVIOUS

Traversal event detail field value indicating that the key which designates that the previous page of a multi-page window should be shown was pressed; typically, this is the CTRL-PAGEUP key sequence (value is 1<<8).

class SWT
int TRAVERSE_PAGE_PREVIOUS;

Meta