org.eclipse.swt.internal.gtk
Class XButtonEvent

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.XEvent
      extended by org.eclipse.swt.internal.gtk.XAnyEvent
          extended by org.eclipse.swt.internal.gtk.XButtonEvent

public class XButtonEvent
extends XAnyEvent


Field Summary
 int button
           
 int root
           
 int same_screen
           
static int sizeof
           
 int state
           
 int subwindow
           
 int time
           
 int x
           
 int x_root
           
 int y
           
 int y_root
           
 
Fields inherited from class org.eclipse.swt.internal.gtk.XAnyEvent
display, send_event, serial, window
 
Fields inherited from class org.eclipse.swt.internal.gtk.XEvent
type
 
Constructor Summary
XButtonEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root

public int root

subwindow

public int subwindow

time

public int time

x

public int x

y

public int y

x_root

public int x_root

y_root

public int y_root

state

public int state

button

public int button

same_screen

public int same_screen

sizeof

public static final int sizeof
Constructor Detail

XButtonEvent

public XButtonEvent()