org.gnu.gtk.event

Class DragMotionEvent

public class DragMotionEvent extends DragEvent

Nested Class Summary
static classDragMotionEvent.Type
Constructor Summary
DragMotionEvent(DragEvent event, int x, int y, int time)
Method Summary
intgetTime()
intgetX()
intgetY()

Constructor Detail

DragMotionEvent

public DragMotionEvent(DragEvent event, int x, int y, int time)

Method Detail

getTime

public int getTime()

getX

public int getX()

getY

public int getY()