ruby-****@sourc*****
ruby-****@sourc*****
2005年 6月 21日 (火) 02:55:14 JST
------------------------- REMOTE_ADDR = 218.45.66.76 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/hiki.cgi?Gtk%3A%3AAccelGroup ------------------------- @@ -65,7 +65,7 @@ Note that, due to implementation details, a single closure can only be connected to one accelerator group. * accel_key: key value of the accelerator(the constants are in Gdk::Keyval) * accel_mods: modifier combination of the accelerator(((<GdkModifierType|Gdk::Window#GdkModifierType>))) - * accel_flags: a flag mask to configure this accelerator(((<GtkAccelFlags|Gtk::GtkAccelFlags>))) + * accel_flags: a flag mask to configure this accelerator(((<GtkAccelFlags|Gtk#GtkAccelFlags>))) * closure: GLib::Closure to be executed upon accelerator activation * {...}: if closure = nil and a block is given, the block will be invoked if the accel_key and accel_mods from Gtk::AccelGroup.activate match those of this connection. * Returns: self