ruby-****@sourc*****
ruby-****@sourc*****
2012年 8月 20日 (月) 04:25:51 JST
------------------------- REMOTE_ADDR = 70.49.49.99 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-trees ------------------------- @@ -120,7 +120,7 @@ Adding columns and renderers renderers is performed in the same manner with both models, because columns are part of the view not the model: :Reminder: What is MVC - ((*model-view-controller*)) (MVC) design is a design method where the information and the way it is rendered are separated, which is similar to the relationship between Gtk::TreeView and Gtk::TextBuffer. + ((*model-view-controller*)) (MVC) design is a design method where the information and the way it is rendered are separated, which is similar to the relationship between Gtk::TextView and Gtk::TextBuffer. ((*Tree stores*)) are initialized with Gtk::TreeStore.new.