org.eclipse.swt.internal.gtk
Class GdkRectangle

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.GdkRectangle

public class GdkRectangle
extends java.lang.Object


Field Summary
 int height
           
static int sizeof
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
GdkRectangle()
           
 
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

sizeof

public static final int sizeof
Constructor Detail

GdkRectangle

public GdkRectangle()