ruby-****@sourc*****
ruby-****@sourc*****
2012年 8月 21日 (火) 10:52:50 JST
------------------------- REMOTE_ADDR = 70.49.49.99 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-trees ------------------------- @@ -212,7 +212,7 @@ == Building a Multilayered Tree Store -By now you must have noticed the difference in code when building a list store and when building a tree store. Namely, the Gtk::List#append Gtk::Tree#append(node): +By now you must have noticed the difference in code when building a list store and when building a tree store. Namely, the Gtk::ListStore#append Gtk::TreeStore#append(node): === Adding Rows to List Store