ruby-****@sourc*****
ruby-****@sourc*****
2012年 9月 22日 (土) 06:58:37 JST
------------------------- REMOTE_ADDR = 184.145.80.187 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-trees ------------------------- @@ -135,7 +135,7 @@ ((*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. -The obvious difference that needs little or no explanation is that the((*tree stores*)) are initialized with the tree rather than list store constructor (Gtk::TreeStore.new): +The obvious difference that needs little or no explanation is the fact that the((*tree stores*))are initialized with the "tree" rather than "list store" constructor (Gtk::TreeStore.new): # Create a new tree model with three columns, as Boolean, # integer and string.