On Thu, Dec 20, 2007 at 11:35:13AM -0500, Tony Nelson wrote:
> At 3:49 PM +1100 12/20/07, Neil Dugan wrote:
>  ...
> >Haven't tried this exactly, but have you tried putting the
> >grab_focus() call after a small timeout delay ?
> >
> >gobject.timeout_add(500,widget.grab_focus)
> 
> How long should the timeout be to not have it ever be too short?  How short
> should the timeout be so that the user won't interact with the wrong widget?

0 might work.  (0 would mean "as soon as you return to the main loop,
call this function", it's very different from "call this now".)

-- Nathaniel
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to