org.eclipse.swt.internal.gtk
Class GdkEventWindowState

java.lang.Object
  extended by org.eclipse.swt.internal.gtk.GdkEvent
      extended by org.eclipse.swt.internal.gtk.GdkEventWindowState

public class GdkEventWindowState
extends GdkEvent


Field Summary
 int changed_mask
           
 int new_window_state
           
 byte send_event
           
static int sizeof
           
 long window
           
 
Fields inherited from class org.eclipse.swt.internal.gtk.GdkEvent
type
 
Constructor Summary
GdkEventWindowState()
           
 
Method Summary
 
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

changed_mask

public int changed_mask

new_window_state

public int new_window_state

sizeof

public static final int sizeof
Constructor Detail

GdkEventWindowState

public GdkEventWindowState()