[Tutor] Tkinter canvas on frame

Phil phillor9 at gmail.com
Mon Feb 28 18:52:32 EST 2022


On 28/2/22 21:03, Alan Gauld via Tutor wrote:

> By making it a fixed size it will look weird when you resize the window.
> Its the layout managers job to control size and position inside the
> window. Just let it do its job.

I understand that the pack manager should be left to automatically 
adjust the size of the window.  However, in the case of a drawn line or 
a shape that extends off the edge of the canvas, isn't it still 
necessary to specifically set the window geometry or is it simply left 
to the user to enlarge the window?

-- 

Regards,
Phil



More information about the Tutor mailing list