ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 17日 (火) 14:22:25 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-parts ------------------------- @@ -206,7 +206,7 @@ :text => TEXT_COLUMN, # ???? :foreground => COLOR_COLUMN) # ???? -To fully comprehend the above Gtk::TreeViewColumn.new API fragment just above the questionable code example, it would be beneficial if you understand that the API fragment alludes to how to implement the same functionality as that of the ((*new*)) method, manually - with four simpler methods. So let us rewrite the following code (the shorter fragment) from of our example program with a bit longer one, to reflect what was just said: +To fully comprehend the above Gtk::TreeViewColumn.new API fragment just above the questionable code example, it would be beneficial if you understand that the API fragment alludes to how to implement the same functionality as that of the ((*new*)) method, manually - with four simpler methods. So let us rewrite the following code (the shorter fragment) from our example program with a bit longer one, to reflect what was just said: :Shorter: