org.gnu.gdk
Class EventWindowState

java.lang.Object
  extended byorg.gnu.glib.Boxed
      extended byorg.gnu.gdk.EventWindowState

public class EventWindowState
extends Boxed


Field Summary
 
Fields inherited from class org.gnu.glib.Boxed
handle
 
Constructor Summary
EventWindowState()
           
 
Method Summary
protected static int getChangedMask(Handle obj)
           
protected static int getNewWindowState(Handle obj)
           
protected static boolean getSendEvent(Handle obj)
           
protected static int getType(Handle obj)
          BEGINNING OF GENERATED CODE
protected static Handle getWindow(Handle obj)
           
 
Methods inherited from class org.gnu.glib.Boxed
equals, getHandle, hashCode, setHandle
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventWindowState

public EventWindowState()
Method Detail

getType

protected static final int getType(Handle obj)
BEGINNING OF GENERATED CODE


getWindow

protected static final Handle getWindow(Handle obj)

getSendEvent

protected static final boolean getSendEvent(Handle obj)

getChangedMask

protected static final int getChangedMask(Handle obj)

getNewWindowState

protected static final int getNewWindowState(Handle obj)