ruby-****@sourc*****
ruby-****@sourc*****
2012年 8月 24日 (金) 10:43:30 JST
------------------------- REMOTE_ADDR = 70.49.49.99 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-treev-rr ------------------------- @@ -75,6 +75,12 @@ end while iter.next! end +The same can of course be accomplished by either Gtk::ListStore#each or Gtk::TreeStore#each: + + liststore.each { |model,path,iter| # ... do something with that row using the iter ... + } + +