Is there a signal that is emitted when you start editing a cell? I have a liststore with three columns. The first column is not editable, the second and third one are. I want to know when exactly a user starts editing and what column is he/she editing. I know about the 'edited' signal but that is emitted only after editing is complete. I want to know if editing has started or if it has not finished yet. Thank you
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/
