ruby-****@sourc*****
ruby-****@sourc*****
2005年 10月 27日 (木) 02:26:28 JST
------------------------- REMOTE_ADDR = 218.231.161.82 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /hiki.cgi?Gtk ------------------------- @@ -11,7 +11,7 @@ Ruby/GTK forwards the event to one or more widgets. When widgets receive an event, they frequently emit one or more signals. -Signals notify your program that "something interesting happened" by invoking blocks you've connected to the signal with GLib::Instantiable#signal_connect. +Signals notify your program that "something interesting happened" by invoking blocks you've connected to the signal with GLib::Instantiatable#signal_connect. Blocks connected to a signal are often termed callbacks. When your callbacks are invoked, you would typically take some action - for example, when an Open button is clicked you might display a Gtk::FileChooserDialog.