ruby-****@sourc*****
ruby-****@sourc*****
2012年 8月 20日 (月) 04:15:56 JST
------------------------- REMOTE_ADDR = 70.49.49.99 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-trees ------------------------- @@ -115,7 +115,7 @@ window.show_all Gtk.main -The only difference between a Gtk::TreeView with a Gtk::TreeStore instead of a Gtk::ListStore is in the creation of the ((*store*)) - a tree model with three columns defined as Boolean, integer and a string. +The only difference between a Gtk::TreeView employing a Gtk::TreeStore instead of a Gtk::ListStore is in the creation of the ((*store*)) - a tree model with three columns defined as Boolean, integer and a string. Adding columns and renderers renderers is performed in the same manner with both models, because columns are part of the view not the model: