ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 12日 (木) 02:57:33 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-parts ------------------------- @@ -188,7 +188,7 @@ :text => TEXT_COLUMN, # ???? :foreground => COLOR_COLUMN) # ???? -To fully comprehend the above Gtk::TreeViewColumn.new API fragment (not the questionable code example), it is beneficial if you understand that the 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 of our example program with a bit longer one, to reflect what was just said: :Shorter: These two lines are identical to the five below: