Python Forum

Full Version: Widgets position
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,last week I started to make a GUI with the Tkinter library.Now I'm trying to make that the position of the widgets adjust itself to the size of the screen when I maximize and minimize it, how can I do it?
Geometry is a difficult thing to grasp on tkinter. I have trouble, and have used it a lot.
Wxpython's phoenix version is evolving quickly, and their geometry is a breeze in
comparison.
You should take a look,there is a gallery here: https://wxpython.org/Phoenix/docs/html/gallery.html
I will try with it,thank you¡