org.eclipse.swt.internal.gtk
Class GdkEventKey

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

public class GdkEventKey
extends GdkEvent


Field Summary
 byte group
           
 short hardware_keycode
           
 int keyval
           
 int length
           
 byte send_event
           
static int sizeof
           
 int state
           
 long string
           
 int time
           
 long window
           
 
Fields inherited from class org.eclipse.swt.internal.gtk.GdkEvent
type
 
Constructor Summary
GdkEventKey()
           
 
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

time

public int time

state

public int state

keyval

public int keyval

length

public int length

string

public long string

hardware_keycode

public short hardware_keycode

group

public byte group

sizeof

public static final int sizeof
Constructor Detail

GdkEventKey

public GdkEventKey()