Hi,

I have a gtk.TreeView with several columns, one of which renders its cells with CellRendererToggle. The annoying thing with this is when the user toggles the check box, the whole row is selected. Is there any way to prevent this? I've tried using gtk.TreeSelection.set_select_function but as far as I
can tell the callback doesn't tell me which column was clicked.

(It isn't enough to just disable the selection, I also want to be able to select the rows, but would like
the two operations to be independent.)

Thanks,
Geoff Bache

_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to