ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 15日 (日) 02:51:55 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-parts ------------------------- @@ -71,9 +71,7 @@ === Tree View Look and Feel -:See also: - * ((<Ruby GTK TreeView Tutorial|URL:http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-treeview>)) - * ((<Tree View Look and Feel|URL:http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-treeview-view-look>)) + There are a couple of ways to influence the look and feel of the tree view. You can hide or show column headers with Gtk::TreeView#headers_visible=, and set them clickable or not with Gtk::TreeView#headers_clickable= (which will be done automatically for you if you enable sorting).