📜  将 tkinter 窗口保持在其他窗口下方 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:32.335000             🧑  作者: Mango

代码示例1
#Keep tkinter window above others
root.attributes('-topmost', True)

#You can't keep the tkinter window below others without other imports