org.gnu.gdk
Class EventConfigure

java.lang.Object
  extended by org.gnu.glib.Struct
      extended by org.gnu.glib.Boxed
          extended by org.gnu.gdk.Event
              extended by org.gnu.gdk.EventConfigure

public class EventConfigure
extends Event


Constructor Summary
EventConfigure(Event evt)
          Promotion constructor.
EventConfigure(org.gnu.glib.Handle handle)
           
 
Method Summary
 int getHeight()
           
 boolean getSendEvent()
           
 int getWidth()
           
 Window getWindow()
           
 int getX()
           
 int getY()
           
 
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
 
Methods inherited from class org.gnu.glib.Struct
getHandle, getNullHandle
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

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(org.gnu.glib.Handle handle)
Method Detail

getWindow

public Window getWindow()

getX

public int getX()

getY

public int getY()

getWidth

public int getWidth()

getHeight

public int getHeight()

getSendEvent

public boolean getSendEvent()