tkinter how to disable window resizing

47

tkinter how to disable window resizing -

# window.resizeable(width_bool,height_bool)
window.resizeable(FALSE,FALSE)
# window variable will typically be "root"


# See http://tkdocs.com/tutorial/windows.html#:~:text=window.resizable(FALSE%2CFALSE)

Comments

Submit
0 Comments