ruby-****@sourc*****
ruby-****@sourc*****
2012年 8月 6日 (月) 07:52:41 JST
------------------------- REMOTE_ADDR = 184.145.90.35 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-parts ------------------------- @@ -8,7 +8,7 @@ Gtk::TreeView widget is not only difficult to learn to use but is even more difficult to understand as a widget to program. However, time spent learning it is guarantied to be well spent, because with its almost infinite ways of customization, you will be able to apply it to a rather large variety of applications. -What makes Gtk::TreeView unique is that it follows a design concept commonly referred to as model-view-controller (MVC) desgn. MVC 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. +What makes Gtk::TreeView unique is that it follows a design concept commonly referred to as model-view-controller (MVC) desgn. MVC 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. === Gtk::TreeModel