How to define a window's position (Tkinter)
Steve
steve at ferg.org
Sun Feb 27 16:32:30 EST 2005
More information about the Python-list mailing list
Sun Feb 27 16:32:30 EST 2005
- Previous message (by thread): How to define a window's position (Tkinter)
- Next message (by thread): How to define a window's position (Tkinter)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): How to define a window's position (Tkinter)
- Next message (by thread): How to define a window's position (Tkinter)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list