org.gnu.gdk

Class EventConfigure

public class EventConfigure extends Event

Constructor Summary
EventConfigure(Event evt)
Promotion constructor.
EventConfigure(Handle handle)
Method Summary
intgetHeight()
booleangetSendEvent()
intgetWidth()
WindowgetWindow()
intgetX()
intgetY()

Constructor Detail

EventConfigure

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

EventConfigure

public EventConfigure(Handle handle)

Method Detail

getHeight

public int getHeight()

getSendEvent

public boolean getSendEvent()

getWidth

public int getWidth()

getWindow

public Window getWindow()

getX

public int getX()

getY

public int getY()