いろいろ質問サイトとか回って情報収集しているのですが、
Transparent background and top window border in a Tkinter window
の回答に
root.attributes('-type', 'dock')
root.attributes('-type', 'splash')
とあるのですが、
import tkinter as tk root = tk.Tk() root.attributes('-type', 'dock') #root.attributes('-type', 'splash') root.mainloop()
としたところ、次のようなエラーが出ました。
Traceback (most recent call last): File "c:/Users/USER/Desktop/test.py", line 5, in <module> win.attributes("-type", "-splash") File "C:\Users\USER\AppData\Local\Programs\Python\Python38-32\lib\tkinter\__init__.py", line 1967, in wm_attributes return self.tk.call(args) _tkinter.TclError: wrong # args: should be "wm attributes window ?-alpha ?double?? ?-transparentcolor ?color?? ?-disabled ?bool?? ?-fullscreen ?bool?? ?-toolwindow ?bool?? ?-topmost ?bool??"
dockやsplashというのはattributes()で使うことはできるのでしょうか?
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。