Re: [Gtk-sharp-list] Gtk# treeview and node icon

2011-08-17 Thread smso
Try: complete_column.AddAttribute(pix_render, "pixbuf", 0); Best regards smso ___ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

[Gtk-sharp-list] Gtk# treeview and node icon

2011-08-15 Thread debelizmaj
I'm new in gtk# and have a problem. I wanna dilplay icon in my tree view, like in Solution explorer in mono develop. But i can't. There is my code: TreeStore store = new TreeStore(typeof(Pixmap), typeof(string)); treeview.Model = store;