Hello, Am Donnerstag, den 26.01.2006, 13:06 -0800 schrieb Jonathan Shufelt: > Hello all, > Is it possible to set the inconsistent to the CellRenderToggle as a > single cell as opposed to a whole column. I can't see to find a > working example if that possible. Thanks, Jonathan
I'm sorry, but I didn't understand you... If you want what I think you want (deducted using my uber fill-in-the-blanks-mind-completion skills), gtk.TreeViewColumn("foobar", cell, inconsistent=model.C_IS_INCONSISTENT) model.C_IS_INCONSISTENT being the index of the column in the tree model that is to be consulted to determine whether the checkbox of a _ROW_ is to be inconsistent or not. cheers, Danny _______________________________________________ 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/