ruby-****@sourc*****
ruby-****@sourc*****
2012年 8月 10日 (金) 04:11:03 JST
------------------------- REMOTE_ADDR = 184.145.90.35 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-treeview-selection-handle ------------------------- @@ -228,13 +228,13 @@ button = Gtk::Button.new("Collect and analize selections") button.signal_connect("clicked") do |w| - puts "==== All rows regardless of selection (1st way /using MODEL/" + puts "==== All rows regardless of selection (using MODEL)" traverse_list_to_print_all_rows(store) puts "==== All NON-selected rows" print_only_unselected_rows(store, treeview) - puts "==== All selected rows (2nd way /using VIEW/)" + puts "==== All selected rows (using VIEW)" print_all_selected_rows(treeview) end