Hi,
The nodeView is a really nice widget. It is taking a little bit of
time for me to get familiar with it, even with the great docs on it.
Right now, I am having trouble getting child nodes.
I can't iterate over all nodes because the nodeStore iterator only
iterates over the root nodes. What I am looking for is something like
node.ChildNodes over which I can do whatever. Alternatively and less
elegantly. I am willing to
foreach( TreeNode node in AllNodes)
{
if (myNode.Equals(node.Parent))
{
//do stuff
}
}
However, I am not sure how to get AllNodes including children. Can
anyone help me?
Thanks,
Vlad
_______________________________________________
Gtk-sharp-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list