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 _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
