org.eclipse.swt.internal.gtk
Class GdkEvent

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.GdkEvent
Direct Known Subclasses:
GdkEventAny, GdkEventButton, GdkEventCrossing, GdkEventExpose, GdkEventFocus, GdkEventKey, GdkEventMotion, GdkEventScroll, GdkEventVisibility, GdkEventWindowState

public class GdkEvent
extends java.lang.Object


Field Summary
static int sizeof
           
 int type
           
 
Constructor Summary
GdkEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

sizeof

public static final int sizeof
Constructor Detail

GdkEvent

public GdkEvent()