Tkinter - Keep above

import Tkinter

myWindows = Tkinter.Tk()                # myWindows doit être la topLevel window
myWindow.wm_attributes("-topmost", 1)   # Conserver la fenêtre au dessus des autres
myWindow.focus()                        # Redonner le focus à la fenêtre

Trouvé ici http://mail.python.org/pipermail/python-win32/2006-May/004678.html


Built with Poole · Using jQuery and Bootstrap · Licensed as CC-SA · Validate me