ruby-****@sourc*****
ruby-****@sourc*****
2012年 10月 7日 (日) 01:44:03 JST
------------------------- REMOTE_ADDR = 184.145.80.187 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-trees ------------------------- @@ -826,7 +826,8 @@ # PECULIARITY: You can only add/set attributes after they were packed # -- You can use either add_... or set_... attribute/s method; the difference - # -- is in number of atributes you need to set a single one or many. + # -- between these two methods (add_/set_) is in the number of attributes you + # -- need to set, a single one with the set_ or many with add_ method. #column.add_attribute(pixb_renderer, :pixbuf, ICON) column.set_attributes(pixb_renderer, :pixbuf => ICON) column.add_attribute(renderer, :text, PRODUCT)