[Gtk-sharp-list] treeview search (help)

Alvaro A. Ramirez alramire@syr.edu
Wed, 25 Feb 2004 18:00:38 -0500


On Wed, 2004-02-25 at 12:31, Mike Kestner wrote:
> On Tue, 2004-02-24 at 14:01, Alvaro A. Ramirez wrote:
> > ok. so far i get the following. i manage to almost traverse through all my rows in the treeview. however, because the while look calls iternext, i never get the first row. i oculd work around this, but i'm just wondering if there is a preffered way. 
> 
> I think you want ListStore.Foreach().

great thank you!

tuco