[Gtk-sharp-list] NodeStore

Vladimir Giszpenc vladimir.giszpenc at gmail.com
Wed Mar 4 15:19:14 EST 2009


Hi,

Given:

		FooNode parent = new FooNode();
		FooNode child = new FooNode();
		parent.AddChild(child);
		this.fooStore.AddNode(parent);
		this.nodeview1.NodeStore = fooStore;

Should both parent and child be in fooStore?

Both rows are added to the NodeView.  So the NodeView (if expanded)
can show both.

I tried to fix NodeStore.cs but my test application seems to be using
an older version.

How do I get MonoDevelop to use my new Gtk#?

Or, how do I compile on the command line?  MonoDevelop is doing magic
that I cannot reproduce.
"error CS2007: Unrecognized command-line option: `-pthread'"

This is a very simple Gtk# app.  There is not much more than the above code...

Thanks,

Vlad


More information about the Gtk-sharp-list mailing list