[Gtk-sharp-list] ListStore Example in mono handbook

john bailo jabailo@earthlink.net
Tue, 7 Sep 2004 17:13:32 -0700


Actually, I found a workaround:

	store = new TreeStore(typeof(string));

But why the example doesn't work...I don't know.



On Sunday 05 September 2004 11:57, John Bailo wrote:
> When I compile in monodevelop, the example for the TreeView in the mono
> handbook, located here:
>
>
> http://www.gotmono.com/docs/gnome/bindings/gtk-sharp/treeview.html
>
>
> The compiler reports:
>
> TreeStore takes 2 arguments for the line:
>
> 		store = new TreeStore ((int)TypeFundamentals.TypeString,
>                                (int)TypeFundamentals.TypeString);
>
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list