On Wed, Apr 02, 2003 at 08:43:58AM -0500, Rene Olsthoorn wrote: > The problem is that the window is not the active foreground window > anymore after the move(). This happens on my Linux redhat 8.0 machine, > using pygtk 1.99.16. It does not happen under Windows NT.
Ah. It's not that it's deactivated, it just loses WM focus. This should be easier to fix. Now comes my turn to ask: Is there a way for PyGTK (or GTK+) to request a window receive WM (window manager) focus? Is calling window.grab_focus() enough? 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/
