org.eclipse.swt.internal.gtk
Class GdkEventCrossing

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.GdkEvent
      extended by org.eclipse.swt.internal.gtk.GdkEventCrossing

public class GdkEventCrossing
extends GdkEvent


Field Summary
 int detail
           
 boolean focus
           
 int mode
           
 byte send_event
           
static int sizeof
           
 int state
           
 long subwindow
           
 int time
           
 long window
           
 double x
           
 double x_root
           
 double y
           
 double y_root
           
 
Fields inherited from class org.eclipse.swt.internal.gtk.GdkEvent
type
 
Constructor Summary
GdkEventCrossing()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

window

public long window

send_event

public byte send_event

subwindow

public long subwindow

time

public int time

x

public double x

y

public double y

x_root

public double x_root

y_root

public double y_root

mode

public int mode

detail

public int detail

focus

public boolean focus

state

public int state

sizeof

public static final int sizeof
Constructor Detail

GdkEventCrossing

public GdkEventCrossing()