On Sun, 2006-09-17 at 02:41 +0100, Edd Dawson wrote: [snip] > The book > (http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/ch08s02.html) says: > > "You must set the cell's editable property to true, like so: > > cell.property_editable() = true;" > > but I can't work out what kind of object 'cell' is, here. CellRendererText > has a > property_editable() function, but CellRendererToggle hasn't and nor have any > of > its bases.
I think you need to use the "activatable" property. I will correct the gtkmm book. Murray _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
