wx
Class MoveEvent
java.lang.Object
wx.Object
wx.Event
wx.MoveEvent
- public class MoveEvent
- extends Event
Methods inherited from class wx.Event |
copy, getEventObject, getEventType, getId, getSkipped, getTimestamp, isCommandEvent, resumePropagation, setEventObject, setEventType, setId, setTimestamp, setTimestamp, shouldPropagate, skip, skip, stopPropagation |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoveEvent
public MoveEvent()
MoveEvent
public MoveEvent(Point pos,
int winid)
MoveEvent
public MoveEvent(Point pos)
MoveEvent
public MoveEvent(MoveEvent event)
MoveEvent
public MoveEvent(Rect rect,
int id)
MoveEvent
public MoveEvent(Rect rect)
delete
public void delete()
- Overrides:
delete
in class Event
getPosition
public Point getPosition()
setPosition
public void setPosition(Point pos)
getRect
public Rect getRect()
setRect
public void setRect(Rect rect)
© 2006 Amit G Mendapara.