On Tue, 2008-09-02 at 22:59 -0400, Adam Tauno Williams wrote: > > I've been searching for an example or tutorial of implementing custom, > > Gtk.TreeModel, models (TreeModelImplementor Iface) in C#. But I couldn't > > find anything useful (only old, obsolete documents). > > I read that wasn't possible due to the lack of GInterface support in GTK# > > bindings, but that is already supported since 2007, (I'm right?). > > The idea was to create a custom model that retrieves the data on demand from > > a Database. > > This was *just* discussed. > > <http://www.mono-project.com/ImplementingGInterfaces> > <http://go-mono.com/forums/#nabble-td18566602>
There's also a tree model implementation demo in the gtk-sharp tarball: sample/TreeModelDemo.cs -- Mike Kestner <[EMAIL PROTECTED]> _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
