Custom class for Gtk::ListStore



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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]