org.gnu.gdk

Class EventCrossing


public class EventCrossing
extends Boxed

Field Summary

Fields inherited from class org.gnu.glib.Boxed

handle

Constructor Summary

EventCrossing(Handle handle)

Method Summary

protected static int
getDetail(Handle obj)
protected static boolean
getFocus(Handle obj)
protected static int
getMode(Handle obj)
protected static boolean
getSendEvent(Handle obj)
protected static int
getState(Handle obj)
protected static Handle
getSubwindow(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

EventCrossing

public EventCrossing(Handle handle)

Method Details

getDetail

protected static final int getDetail(Handle obj)


getFocus

protected static final boolean getFocus(Handle obj)


getMode

protected static final int getMode(Handle obj)


getSendEvent

protected static final boolean getSendEvent(Handle obj)


getState

protected static final int getState(Handle obj)


getSubwindow

protected static final Handle getSubwindow(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)