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 resolution or maxsize() and set it manually. This
doesn't work also. The size doesn't fit exact and the "maximize" button
on the top right corner is still available - should be transformed to a
"normal size" button because the current state is "maximized".

Isn't there a platform independent way to real(!) maximize a window
with Tkinter? If not is there a ticket in the bug tracker about it?
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
https://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to