Yes, thank you, I managed to get it working, and the "Custom types in
a Gtk::TreeView" thread in this list also helped me a lot. Murray Cumming wrote: On Tue, 2004-04-20 at 15:47, Leandro Fanzone wrote:Murray Cumming wrote:On Tue, 2004-04-20 at 14:36, Leandro Fanzone wrote:Well, if nobody knows how to do this, at least can anybody tell me if someone is working on bug #102853,That bug is marked as fixed (in gtkmm 2.4, I suppose), and it mentions a workaround - use append_column() and handle the cellrender signals yourself. [snip]Murray, perhaps I'm asking a silly question, but, are you sure the patch suggested there (#13428) is the corresponding patch? It seems not to deal with anything related to this problem.Yes, it looks like the wrong patch. But anyway, you can a) Use gtkmm 2.4 b) Compare gtkmm 2.2 and 2.4 c) Look at the TreeView section in the book and use append_column() instead of append_column_editable(). |