Hello, I am trying to focus an application window on the current desktop. The gtk.Window.present() function is supposed to do that for me. However, when I call the function the application window only gets focused for a few seconds then looses focus again and hides behind the previously focused window. Do I need to do anything special to ensure that the window I want focused stays focused? I've tried calling the set_focus_on_map function but to no avail. Your suggestion is appreciated.
Thanks _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
