ruby-****@sourc*****
ruby-****@sourc*****
2012年 8月 12日 (日) 05:37:35 JST
------------------------- REMOTE_ADDR = 184.145.90.35 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-treeview-model-reference ------------------------- @@ -25,7 +25,7 @@ Tree iters can easily be converted into tree paths using Gtk::TreeIter#path, and tree paths can easily be converted into tree iters using Gtk::TreeModel#get_iter. For example: - path = an_iter.path + path = an_iter.path # where path : The Gtk::TreePath or a String representation of a Gtk::TreePath. model = treeview.model iter = model.get_iter(path="0")