ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 13日 (金) 11:25:23 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-trees ------------------------- @@ -24,6 +24,9 @@ #!/usr/bin/env ruby require 'gtk2' + # Add three columns to the GtkTreeView. All three of the + # columns will be displayed as text, although one is a boolean + # value and another is an integer. def setup_tree_view(treeview) # Create a new GtkCellRendererText, add it to the tree # view column and append the column to the tree view.