On Sat, Jun 07, 2003 at 10:54:18PM +0200, Grzegorz Adam Hankiewicz wrote: > 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?
At least the PyGTK-0 CList has the same sort of problem; I had to add a set_focus_row()-like API to CList and update *both* manually. I'm not sure if something like this is necessary for TV though. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
