org.gnu.gdk

Class EventCrossing

public class EventCrossing extends Event

Constructor Summary
EventCrossing(Event evt)
Promotion constructor.
EventCrossing(Handle handle)
Method Summary
WindowgetWindow()

Constructor Detail

EventCrossing

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

EventCrossing

public EventCrossing(Handle handle)

Method Detail

getWindow

public Window getWindow()