Il giorno ven, 14/07/2006 alle 14.33 +0200, Alessandro Pellizzari ha scritto:
> I tried: > def _scroll_to_cell(self, pos): > self["tv_mag_list"].scroll_to_cell(pos) OK, I should read the manual better. :/ self["tv_mag_list"].scroll_to_cell(pos, None, True, 0.5, 0) Solved the problem flawlessly. Sorry... but thank you again for teaching me of idle_add() Bye. -- Alessandro Pellizzari _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
