Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to make a resizable python tkinter window have a limit

win.wm_minsize(180, 120)
#Change the two numbers to the minimum window width and minimum window height.
 
PREVIOUS NEXT
Tagged: #resizable #python #tkinter #window #limit
ADD COMMENT
Topic
Name
3+2 =