[Gtk-sharp-list] Create custom Gtk.TreeModel <- DB

Mike Kestner mkestner at gmail.com
Tue Sep 2 23:25:49 EDT 2008


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 <mkestner at gmail.com>



More information about the Gtk-sharp-list mailing list