Hello All, I have a treeview with all editable columns in my app. It gets very frustrating when, for example, I have a row selected and I click on every cell in that row and the editing starts for that cell. What I want is that when I click on a cell, I dont want it to go into the editing mode, if another cell is already in the editing mode. I just want this other cell to come out of the editing mode (as if I had clicked on a different row). Then I should have to click on the new cell again to begin editing. Ofcourse if there is no cell in editable mode, then clicking on anycell should immediately put it in editable mode. Any suggestions?
Hussein Vastani _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
