ruby-****@lists*****
ruby-****@lists*****
2003年 4月 2日 (水) 10:29:55 JST
------------------------- REMOTE_ADDR = 61.204.181.66 REMOTE_HOST = ------------------------- ------------------------- = 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. == super class * Gtk::Bin == class methods --- Gtk::EventBox.new Creates a new Gtk::EventBox. * Returns: a new Gtk::EventBox. - ((<Masao>))