org.eclipse.swt.internal.gtk
Class GdkEventExpose

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

public class GdkEventExpose
extends GdkEvent


Field Summary
 int area_height
           
 int area_width
           
 int area_x
           
 int area_y
           
 int count
           
 long region
           
 byte send_event
           
static int sizeof
           
 long window
           
 
Fields inherited from class org.eclipse.swt.internal.gtk.GdkEvent
type
 
Constructor Summary
GdkEventExpose()
           
 
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

area_x

public int area_x

area_y

public int area_y

area_width

public int area_width

area_height

public int area_height

region

public long region

count

public int count

sizeof

public static final int sizeof
Constructor Detail

GdkEventExpose

public GdkEventExpose()