Re: [Tutor] How to maximize a window in tkinter

2018-05-10 Thread Alan Gauld via Tutor
On 10 May 2018, at 16:52, emanuel sandoval wrote: >I want to know how to maximize a window in tkinter. There are several options, of which your solution is probably the best! The others involve setting the window position to top left and the width and height to the screen size. All the sol

[Tutor] How to maximize a window in tkinter

2018-05-10 Thread emanuel sandoval
I want to know how to maximize a window in tkinter. I was using something like: root =Tk() root.status("zoomed") But I want to know another way to do it. Thank you. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: