* TODO: remove this code once bug 62405 is fixed for the mainstream GTK
* version
*/
final int ignoreEventCount = Platform.getWS().equals(Platform.WS_GTK) ? 4 : 1;
table.addMouseMoveListener(new MouseMoveListener() {
TableItem fLastItem = null;
int lastY = 0;
int itemHeightdiv4 = table.getItemHeight() / 4;
int tableHeight = table.getBounds().height;
Point tableLoc = table.toDisplay(0,0);