ruby-****@sourc*****
ruby-****@sourc*****
2012年 9月 19日 (水) 07:41:35 JST
------------------------- REMOTE_ADDR = 184.145.80.187 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-trees ------------------------- @@ -666,9 +666,8 @@ end # 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. + # -- 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. #column.add_attribute(pixb_renderer, :pixbuf, ICON) column.set_attributes(pixb_renderer, :pixbuf => ICON) column.add_attribute(renderer, :text, PRODUCT)