org.eclipse.swt.internal.gtk
Class GdkWindowAttr

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

public class GdkWindowAttr
extends java.lang.Object


Field Summary
 long colormap
           
 long cursor
           
 int event_mask
           
 int height
           
 boolean override_redirect
           
static int sizeof
           
 long title
           
 long visual
           
 int wclass
           
 int width
           
 int window_type
           
 long wmclass_class
           
 long wmclass_name
           
 int x
           
 int y
           
 
Constructor Summary
GdkWindowAttr()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public long title

event_mask

public int event_mask

x

public int x

y

public int y

width

public int width

height

public int height

wclass

public int wclass

visual

public long visual

colormap

public long colormap

window_type

public int window_type

cursor

public long cursor

wmclass_name

public long wmclass_name

wmclass_class

public long wmclass_class

override_redirect

public boolean override_redirect

sizeof

public static final int sizeof
Constructor Detail

GdkWindowAttr

public GdkWindowAttr()