Hello. I would like to know if it's possible to do something similar to the example in Gtk# to add my own ListStore.
In an example from http://www.mono-project.com/GtkSharp_TreeView_Tutorial they do something like this: new Gtk.ListStore (typeof (Song)); Is it possible to attach a custom c++ class so that it can be used like that? Thanks in advance. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
