Hi. I'm capturing the keyboard events of a TreeView to delete rows with keys. This works fine, and I also manage to select the next row after deletion or the previous one if the deleted row was the last one.
However, the keyboard focus (a dotted rectangle) seems to be lost, so while I've selected the fifth row, pressing down once will select the second row. How can I solve this incoherency between selected row and widget keyboard focus? -- Please don't send me private copies of your public answers. Thanks. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
