org.gnu.gdk

Class EventScroll


public class EventScroll
extends Event

Constructor Summary

EventScroll(Handle handle)
EventScroll(Event evt)
Promotion constructor.

Method Summary

ScrollDirection
getScrollDirection()
Window
getWindow()

Methods inherited from class org.gnu.gdk.Event

eventsPending, get, getGraphicsExpose, getTime, peek, put

Methods inherited from class org.gnu.glib.Boxed

equals, getBoxedFromHandle, hashCode

Constructor Details

EventScroll

public EventScroll(Handle handle)


EventScroll

public EventScroll(Event evt)
Promotion constructor. Construct the specific event object by promoting (sharing the Handle object of) the base Event.

Method Details

getScrollDirection

public ScrollDirection getScrollDirection()


getWindow

public Window getWindow()