ruby-****@sourc*****
ruby-****@sourc*****
2005年 10月 24日 (月) 01:30:47 JST
------------------------- REMOTE_ADDR = 218.231.161.82 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /hiki.cgi?Gtk ------------------------- @@ -14,7 +14,7 @@ Signals notify your program that "something interesting happened" by invoking blocks you've connected to the signal with GLib::Instantiable#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::FileSelectionDialog. +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. After a callback finishes, Ruby/GTK will return to the main loop and await more user input. == Module Functions @@ -502,6 +502,7 @@ The interface age of the current GTK+. == ChangeLog +* 2005-10-24 Fix a typo. - Masao * 2005-09-30 Added "Version Information". - Masao * 2005-02-12 Revised. Reported by Chikara Takamatsu. - Masao * 2003-03-24 Created. - Masao