Hello, I'm stuck with a problem, where I'm using Tab, Shift Tab, Up and Down to navigate into an editable tree (I use the 'editing-started' signal to bind the key events to a function of my customized ViewTree). Evrything work flawlessly until I tried to put a toggle into a cell.
When entering the cell the checkbox is toggled and the navigation stops. What I would like to do, is: - entering the cell - pressing Space to (de)activate the toggle - and the continue to move using my keys. Is this possible ? Or should I run for the easiest way to do it : a TextEntry with either 0 or 1 in it ? Thank you. -- (??> Nicolas ??vrard / ) Li??ge - Belgique ^^ _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
