ruby-****@sourc*****
ruby-****@sourc*****
2012年 8月 28日 (火) 10:08:40 JST
------------------------- REMOTE_ADDR = 70.49.49.99 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-parts ------------------------- @@ -172,8 +172,8 @@ treeview.append_column(column) =end # (alternative column creation and appending it -2/2-) - col_offset = treeview.insert_column(-1, 'Product', renderer, 'text' => PRODUCT) - column = treeview.get_column(col_offset - 1) # retrieve a column should you need it + col_offset = treeview.insert_column(-1, 'Product', renderer, 'text' => PRODUCT) + column = treeview.get_column(col_offset - 1) # retrieve a column should you need it end window = Gtk::Window.new("Grocery List")