= class Gdk::EventAny
Contains the fields which are common to all event structs.

== Object Hierarchy
* Object
  * GLib::Boxed
    * Gdk::Event
      * Gdk::EventAny

== Instance Methods
--- send_event?
    Gets the value whether the event was sent explicity or not.
    * Returns: true or false
--- send_event=(send_event)
    Sets the value whether the event was sent explicitly (e.g. using XSendEvent).  
    * send_event: true if the event was sent explicitly.
    * Returns: send_event
--- set_send_event(send_event)
    Same as send_event=.
    * send_event: true if the event was sent explicitly.
    * Returns: self
--- window
    Retrieves the window which receives the event.
    * Returns: Gdk::Window whitch recieves the event
--- window=(window)
    Sets the window which receives the event.
    * window: a Gdk::Window which receives the event.
    * Returns: window
--- set_window(window)
    Same as window=.
    * window: a Gdk::Window which receives the event.
    * Returns: self


- ((<Masao>))
