How to define a window's position (Tkinter)

Steve steve at ferg.org
Sun Feb 27 16:32:30 EST 2005


I suspect you need to retrieve the window size, calculate the position
based on the size, and reset size and position.

You might look at http://www.ferg.org/easygui/index.html for some
ideas.  Scroll down to the definition of the __choicebox routine.

Good luck!

-- Steve Ferg




More information about the Python-list mailing list