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

Quick Search    Search Deep

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

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