ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 15日 (日) 15:28:52 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-trees ------------------------- @@ -118,7 +118,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) desgn 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::TreeBuffer. + ((*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::TreeBuffer. ((*Tree stores*)) are initialized with Gtk::ListStore.new.