when a window in Tkinter is resized,
(in my instance by resizing an image that in the Tkinter’s top level window with dynamic size)
the new position is the made by taking the original top left position and from there expanding from it, to the bottom and rightward sides of the screen based on the window’s new width and height values. Easier explanation (top left will still be top left).
so I’m curious if you can change this method and expand the window’s height and width from a different angle / point – (bottom right, etc.)