ruby-****@sourc*****
ruby-****@sourc*****
2014年 8月 4日 (月) 06:46:18 JST
------------------------- REMOTE_ADDR = 106.188.9.242 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tips_lazy_treeview ------------------------- @@ -4,8 +4,8 @@ For example, let's create a simple TreeStore, and add a single row to it. - model = Gtk::TreeStore.new(String) - view = Gtk::TreeView.new(model) + store = Gtk::TreeStore.new(String) + view = Gtk::TreeView.new(store) column = Gtk::TreeViewColumn.new("Example column", Gtk::CellRendererText.new, {:text => 1})