org.eclipse.swt.internal.gtk
Class XClientMessageEvent

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.XClientMessageEvent

public class XClientMessageEvent
extends java.lang.Object


Field Summary
 long[] data
           
 long display
           
 int format
           
 long message_type
           
 boolean send_event
           
 long serial
           
static int sizeof
           
 int type
           
 long window
           
 
Constructor Summary
XClientMessageEvent()
           
 
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

serial

public long serial

send_event

public boolean send_event

display

public long display

window

public long window

message_type

public long message_type

format

public int format

data

public long[] data

sizeof

public static final int sizeof
Constructor Detail

XClientMessageEvent

public XClientMessageEvent()