org.eclipse.swt.internal.gtk
Class XExposeEvent

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.XExposeEvent

public class XExposeEvent
extends XAnyEvent


Field Summary
 int count
           
 int height
           
static int sizeof
           
 int width
           
 int x
           
 int y
           
 
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
XExposeEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

width

public int width

height

public int height

count

public int count

sizeof

public static final int sizeof
Constructor Detail

XExposeEvent

public XExposeEvent()