org.eclipse.swt.internal.gtk
Class XWindowChanges

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

public class XWindowChanges
extends java.lang.Object


Field Summary
 int border_width
           
 int height
           
 long sibling
           
static int sizeof
           
 int stack_mode
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
XWindowChanges()
           
 
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

border_width

public int border_width

sibling

public long sibling

stack_mode

public int stack_mode

sizeof

public static final int sizeof
Constructor Detail

XWindowChanges

public XWindowChanges()