| Returns the relative position of the given point (in display coordinates)
with respect to the given control. Returns one of SWT.LEFT, SWT.RIGHT, SWT.CENTER, SWT.TOP,
or SWT.BOTTOM if the point is on the control or SWT.DEFAULT if the point is not on the control.
Parameters: control - control to perform hit detection on Parameters: toTest - point to test, in display coordinates |