ruby-****@lists*****
ruby-****@lists*****
2003年 4月 8日 (火) 10:36:23 JST
------------------------- REMOTE_ADDR = 61.204.181.66 REMOTE_HOST = ------------------------- ------------------------- = class Gtk::WindowGroup == super class * GLib::Object == class methods --- Gtk::WindowGroup.new Creates a new Gtk::WindowGroup object. Grabs added with Gtk.grab_add only affect windows within the same Gtk::WindowGroup. == public instance methods --- add(window) Adds a window to a Gtk::WindowGroup. * window: the Gtk::Window to add. * Returns: self. --- remove(window) Removes a window from a Gtk::WindowGroup. * window: the Gtk::Window to remove. * Returns: self. - ((<Masao>))