org.gnu.gdk
Class EventScroll

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

public class EventScroll
extends Boxed


Field Summary
 
Fields inherited from class org.gnu.glib.Boxed
handle
 
Constructor Summary
EventScroll(Handle handle)
           
 
Method Summary
protected static Handle getDevice(Handle obj)
           
protected static int getDirection(Handle obj)
           
 ScrollDirection getScrollDirection()
           
protected static boolean getSendEvent(Handle obj)
           
protected static int getState(Handle obj)
           
protected static int getTime(Handle obj)
           
protected static int getType(Handle obj)
          BEGINNING OF GENERATED CODE
protected static Handle getWindow(Handle obj)
           
protected static double getX(Handle obj)
           
protected static double getXRoot(Handle obj)
           
protected static double getY(Handle obj)
           
protected static double getYRoot(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

EventScroll

public EventScroll(Handle handle)
Method Detail

getScrollDirection

public ScrollDirection getScrollDirection()

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)

getX

protected static final double getX(Handle obj)

getY

protected static final double getY(Handle obj)

getState

protected static final int getState(Handle obj)

getDirection

protected static final int getDirection(Handle obj)

getDevice

protected static final Handle getDevice(Handle obj)

getXRoot

protected static final double getXRoot(Handle obj)

getYRoot

protected static final double getYRoot(Handle obj)