Hey guys...
I getting mad with CellRendererToggle...
When I get the event "toggled", I call this function:
def toggleCheck (celula, path):
self.list [path][2] = not self.list [path][2]
But, it doesn't change the state of the togglebutton...
I tried to stop the event using emit_stop_by_name ("toggled"), but it
doesn't make any difference...
Regards
--
Adriano Monteiro Marques
www.red-code.com
[EMAIL PROTECTED]
[EMAIL PROTECTED]
I'm FREE... Are you?
(PYTHON powered)
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/