wx
Class ScrollEvent
java.lang.Object
wx.Object
wx.Event
wx.CommandEvent
wx.ScrollEvent
- public class ScrollEvent
- extends CommandEvent
Methods inherited from class wx.CommandEvent |
getClientObject, getExtraLong, getInt, getSelection, getString, isChecked, isSelection, setClientObject, setExtraLong, setInt, setString |
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 |
ScrollEvent
public ScrollEvent(int commandType,
int winid,
int pos,
int orient)
ScrollEvent
public ScrollEvent(int commandType,
int winid,
int pos)
ScrollEvent
public ScrollEvent(int commandType,
int winid)
ScrollEvent
public ScrollEvent(int commandType)
ScrollEvent
public ScrollEvent()
delete
public void delete()
- Overrides:
delete
in class CommandEvent
getOrientation
public int getOrientation()
getPosition
public int getPosition()
setOrientation
public void setOrientation(int orient)
setPosition
public void setPosition(int pos)
© 2006 Amit G Mendapara.