How do I make a python window always be on bottom?
A:
If you're talking about Tkinter, you can use:
window.geometry('300x200-5+40')
Where the 300x200 is the size, and -5+40 is the positioning offsets.
Tarantula
2010-06-08 20:36:18