On Wed, Apr 15, 2009 at 6:58 AM, Tomás Acauan Schertel <[email protected]> wrote:
Hi Tomás, > How do I set a window always on top? > I'm writing an app, and I want my config window keep on top of main window. window.set_keep_above(True) http://library.gnome.org/devel/pygtk/stable/class-gtkwindow.html#method-gtkwindow--set-keep-above please read carefully the method description. cheers -- Gian Mario Tagliaretti GNOME Foundation member [email protected] _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
