tkinterで作成したウィンドウは.geometryでサイズや出現位置の指定できました。
tkinter messageboxでは指定できないのでしょうか?
mbox.showinfo("処理完了") mbox.geometry("400x190+10+10")
AttributeError: module 'tkinter.messagebox' has no attribute 'geometry'
回答1件
あなたの回答
tips
プレビュー
投稿2021/02/21 00:06
tkinterで作成したウィンドウは.geometryでサイズや出現位置の指定できました。
tkinter messageboxでは指定できないのでしょうか?
mbox.showinfo("処理完了") mbox.geometry("400x190+10+10")
AttributeError: module 'tkinter.messagebox' has no attribute 'geometry'
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/02/27 01:57