Murray Cumming wrote:
Do anyone have a simple example of how this can be done in gtkmm, so I can watch and learn ?It's probably not mentioned in the book yet (it should be), but there is an example: http://cvs.gnome.org/viewcvs/gtkmm/examples/book/treeview/combo_renderer/
Thanks, this was most helpful ... now it works.So a combo column can only contain a string, and I was only able to make it render the content of the first field in the combo list model.
/BL