Answers for "disable tkinter window resizing"

7

tkinter make window not resizable

root.resizable(False, False)
Posted by: Guest on December-09-2020
-1

how to disable resizing in tkinter

#root=tk()
root.resizable(False, False)
Posted by: Guest on March-19-2021

Code answers related to "disable tkinter window resizing"

Python Answers by Framework

Browse Popular Code Answers by Language