wx
Class SetCursorEvent
java.lang.Object
  
wx.Object
      
wx.Event
          
wx.SetCursorEvent
- public class SetCursorEvent
- 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 | 
 
SetCursorEvent
public SetCursorEvent(int x,
                      int y)
SetCursorEvent
public SetCursorEvent(int x)
SetCursorEvent
public SetCursorEvent()
SetCursorEvent
public SetCursorEvent(SetCursorEvent event)
delete
public void delete()
- Overrides:
 delete in class Event
 
 
getX
public int getX()
 
getY
public int getY()
 
setCursor
public void setCursor(Cursor cursor)
 
getCursor
public Cursor getCursor()
 
hasCursor
public boolean hasCursor()
 
                © 2006 Amit G Mendapara.