[Gtk-sharp-list] ManagedTreeModel - any advice?

Michael Hutchinson m.j.hutchinson at gmail.com
Fri Jan 6 20:25:08 EST 2006


I've been looking into using the ManagedTreeModel
(http://bugzilla.ximian.com/show_bug.cgi?id=68817) and it isn't
possible to simply "copy paste" the class. GTK# has changed enough
that it no longer works. Does anyone have an up-to-date working
version?

I'm trying to fix it up myself and running into issues with no longer
existing types like voidObjectTreePathTreeIterSignal. I'm not quite
sure how these worked or where to find them. I also suspect that it
won't build into a separate assembly without copying a fair bit of
internal GTK# code across. Does anyone have any advice?

The TreeModel interface looks to me to be a very important and useful
one to be able to implement, and I think it would be nice to have a
publicly available up-to-date version of ManagedTreeModel somewhere,
while there is no full GInterface support in GTK#. CellEditable would
be nice too. If someone with the knowledge could write a tutorial on
manually implementing GInterfaces, or even better, a simple tool to do
it, that would be wonderful.


Thanks,

Michael


More information about the Gtk-sharp-list mailing list