resizable

How to make a window' size can be decreased to a certain size using Tkinter?

How to make a window' size can be decreased to a certain size using Tkinter? Question: I want to make a window can be decreased to a certain size (for example 200×200) using Tkinter, but I only found that either can be resizable (using resizable() method) or not. For example from tkinter import * v …

Total answers: 2