org.gnu.gdk
Class EventProximity

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

public class EventProximity
extends Boxed


Field Summary
 
Fields inherited from class org.gnu.glib.Boxed
handle
 
Constructor Summary
EventProximity()
           
 
Method Summary
protected static Handle getDevice(Handle obj)
           
protected static boolean getSendEvent(Handle obj)
           
protected static int getTime(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

EventProximity

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

getTime

protected static final int getTime(Handle obj)

getDevice

protected static final Handle getDevice(Handle obj)