org.eclipse.swt.internal.gtk
Class XAnyEvent

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.XEvent
      extended by org.eclipse.swt.internal.gtk.XAnyEvent
Direct Known Subclasses:
XButtonEvent, XCrossingEvent, XExposeEvent, XFocusChangeEvent, XVisibilityEvent

public abstract class XAnyEvent
extends XEvent


Field Summary
 long display
           
 int send_event
           
 long serial
           
static int sizeof
           
 long window
           
 
Fields inherited from class org.eclipse.swt.internal.gtk.XEvent
type
 
Constructor Summary
XAnyEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serial

public long serial

send_event

public int send_event

display

public long display

window

public long window

sizeof

public static final int sizeof
Constructor Detail

XAnyEvent

public XAnyEvent()