Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to disable resizing in tkinter

#root=tk()
root.resizable(False, False)
Source by tkdocs.com #
 
PREVIOUS NEXT
Tagged: #disable #resizing #tkinter
ADD COMMENT
Topic
Name
2+3 =