[Gtk-sharp-list] treeview toggled not changing

Lee Mallabone gnome@fonicmonkey.net
14 Jun 2003 18:29:33 +0100


On Sat, 2003-06-14 at 07:27, George Farris wrote:
> I've set up a treeview list with a type Toggled and it will display
> properly and I can set the Boolean state with a :
> ..snip..
> The enabled_toggled works when I click the little checkbox but the
> actual gui state doesn't change when clicked, the check mark never
> disappears.  Is it supposed to be changed manually with the signal?  I
> would have thought it would just change when clicked.

This is a bit of a guess having looked at the C docs, but... You might
want to try messing with the CellRendererToggle.Activatable property?

I've started writing Gtk# docs for other cell renderer classes, so
please let me or the list know if that works for you and I'll be sure to
mention it in the docs...

Regards,

Lee.