Le Wed, 25 Dec 2002 09:40:33 -0500 Dave Reed <[EMAIL PROTECTED]> �crivait :
> > I'm not certain what you're saying you tried. If you have a method > that is called to show the window, calling .grab_focus() on the widget > you want to have the focus should work. > > Dave > that i do ! I write : dserie = GtkEntry() dserie.show() dserie.grab_focus() Very simple (?) but the cursor is not in the entry, i must click in it (or press TAB) for beginning type the data. If I press TAB, yes the cursor appear in the entry but not at the opening of the windows. What is I don't understand or perhaps grab_focus() don't do what i hope ? -- Marie-Claude Collilieux Bretagne _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
