Re: Editable toggle when multiple model cols in view col



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




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