[Tutor] How to disable Resizing in Tkinter.

alan.gauld@bt.com alan.gauld@bt.com
Tue, 4 Sep 2001 17:16:47 +0100


> I've a fixed layout. If i try to maximize and resize it is 
> looking ugly. 

This is a common problem with GuUIs but Tkinter usually handles 
it better than most. It depenfds to some extent which layout 
manager you use - grid often causes problems IME.

> I would like to disable the resizing option.
> can any one kindly suggest some thig to fix this problem.

I guess that there's probablty Window Manager messages that 
you can trap. Check the docs for the WM_XXX messages.

Alan G