On Wed, 2009-06-03 at 14:23 +0200, Germán Diago wrote: > Hello. I would like to know if it's possible to define > column types directly in glade and use them from the ui > with gtkmm bindings. I tried but it seems not to work. I'm > not sure if I'm doing anything wrong.
Not, not really. Your C++ code would have no way of using that C TreeModel. It might work if you never needed to read the data out in your code, but that's unlikely to be useful. -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
