org.gnu.gdk
Class EventConfigure

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

public class EventConfigure
extends Boxed


Field Summary
 
Fields inherited from class org.gnu.glib.Boxed
handle
 
Constructor Summary
EventConfigure()
           
 
Method Summary
protected static int getHeight(Handle obj)
           
protected static boolean getSendEvent(Handle obj)
           
protected static int getType(Handle obj)
          BEGINNING OF GENERATED CODE
protected static int getWidth(Handle obj)
           
protected static Handle getWindow(Handle obj)
           
protected static int getX(Handle obj)
           
protected static int getY(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

EventConfigure

public EventConfigure()
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)

getX

protected static final int getX(Handle obj)

getY

protected static final int getY(Handle obj)

getWidth

protected static final int getWidth(Handle obj)

getHeight

protected static final int getHeight(Handle obj)