= class Gtk::EventBox
The Gtk::EventBox widget is a subclass of Gtk::Bin which also has its own window. It is useful since it allows you to catch events for widgets which do not have their own window.

== Object Hierarchy
* Object
  * GLib::Instantiatable
    * GLib::Object
      * Gtk::Object
        * Gtk::Widget
          * Gtk::Container
            * Gtk::Bin
              * Gtk::EventBox

== Class Methods
--- Gtk::EventBox.new
    Creates a new Gtk::EventBox.
    * Returns: a new Gtk::EventBox.

- ((<Masao>))