Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.swt.internal.gtk
Class GdkEventExpose  view GdkEventExpose download GdkEventExpose.java

java.lang.Object
  extended byorg.eclipse.swt.internal.gtk.GdkEvent
      extended byorg.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()
           
 
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()