org.gnu.gdk

Class 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

Constructor Details

EventScroll

public EventScroll(Handle handle)

Method Details

getDevice

protected static final Handle getDevice(Handle obj)


getDirection

protected static final int getDirection(Handle obj)


getScrollDirection

public ScrollDirection getScrollDirection()


getSendEvent

protected static final boolean getSendEvent(Handle obj)


getState

protected static final int getState(Handle obj)


getTime

protected static final int getTime(Handle obj)


getType

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


getWindow

protected static final Handle getWindow(Handle obj)


getX

protected static final double getX(Handle obj)


getXRoot

protected static final double getXRoot(Handle obj)


getY

protected static final double getY(Handle obj)


getYRoot

protected static final double getYRoot(Handle obj)