Kevin Horton wrote:
I'm using pygtk 2.6.3 with gtk 2.6.10. I am looking for a way to cause a gtk.Window to become the topmost window. I've tried a whole bunch of different things, but nothing has worked. What are the possible ways to raise a window?
Hi, Look at one of the methods Window.present() and Window.set_keep_above(). Greetings, Felix _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
