org.gnu.gdk
Class EventSetting

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

public class EventSetting
extends Boxed


Field Summary
 
Fields inherited from class org.gnu.glib.Boxed
handle
 
Constructor Summary
EventSetting()
           
 
Method Summary
protected static int getAction(Handle obj)
           
protected static java.lang.String getName(Handle obj)
           
protected static int 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

EventSetting

public EventSetting()
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 int getSendEvent(Handle obj)

getAction

protected static final int getAction(Handle obj)

getName

protected static final java.lang.String getName(Handle obj)