ruby-****@sourc*****
ruby-****@sourc*****
2012年 9月 20日 (木) 04:39:18 JST
------------------------- REMOTE_ADDR = 184.145.80.187 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-parts ------------------------- @@ -237,11 +237,14 @@ renderer = Gtk::CellRendererText.new + + + === Renderers and Columns -As we have seen, after creating the Gtk::TreeView, you have to add one or more columns to the view for it to be of any use. Each Gtk::TreeViewColumn is composed of a header displaying a short description of its content, and at least one cell renderer. +As we have seen, after creating the Gtk::TreeView, you have to add one or more columns to the view for it to be of any use. Each tree view column is composed of a header displaying a short description of its content, and at least one cell renderer. ==== Cell Renderers: