[Gtk-sharp-list] (no subject)

Simon Guindon simon@nureality.ca
Wed, 23 Apr 2003 16:55:23 -0400


How does one iterate the nodes in a TreeView in GTK#?  I want to be able
to loop through them, find the row I'm looking for via reading the value
of the column in that row.

I know how to read a column from a row:

tvFriendsList.Selection.GetSelected(out model, ref iter);
model.GetValue(iter, (int)ColumnId.JID, out val);

But not example sure how to loop through them all.

Thanks in advance,
Simon

-----------------------------
Simon Guindon
Nureality Networks
www.nureality.ca