ruby-****@sourc*****
ruby-****@sourc*****
2012年 10月 3日 (水) 10:50:12 JST
------------------------- REMOTE_ADDR = 184.145.80.187 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-trees ------------------------- @@ -280,7 +280,7 @@ :Reminder: - Not that earlier mentioned "tighter relationship between tree view and the model" is directly related to "set_cell_data_func", it (namely, the tighter relationship) is very often exploited inside the associated code block of cell data function. So let us recall how these hash arguments looked like, and in what context were they used: + Not that earlier mentioned "tighter relationship between tree view and the model" is directly related to "set_cell_data_func", it (namely, the tighter relationship) is only very often exploited inside the associated code block of cell data function. So let us recall how these hash arguments looked like, and in what context were they used: column = Gtk::TreeViewColumn.new("Color Name", renderer, { :text => COLOR_NAME, :foreground => NAME_FG_COLOR }) # or elsewhere: