Re: [Tkinter-discuss] real and platform independent maximizing a window

2018-03-30 Thread Michael Lange
Hi, On Fri, 30 Mar 2018 01:15:59 +0200 wrote: > When looking around about the question how to "maximize a window" with > Tkinter there are two approaches. > > 1. > Using wm_state('-zoomed', True). > Problem: Not working on all platforms. e. g. "-zoomed" is not allowed > on

[Tkinter-discuss] real and platform independent maximizing a window

2018-03-30 Thread c.buhtz
When looking around about the question how to "maximize a window" with Tkinter there are two approaches. 1. Using wm_state('-zoomed', True). Problem: Not working on all platforms. e. g. "-zoomed" is not allowed on Debian unstable with XFCE on Python3.6 Tkinter 8.6 2. Compute the screen