Bringing window to top in Tkinter

Kevin Cazabon kcazabon at home.com
Tue Aug 22 00:56:21 EDT 2000


a = Tkinter.Frame()
a.pack()
a.lift()    # brings it to the top
a.mainloop()



Kevin.


"Janos Blazi" <jblazi at vipsurf.de> wrote in message
news:39a16a53_3 at news.newsfeeds.com...
| I create a window by the lines
|
| root=Tk()
| root.title('Stundenplan K'+`stufe`)
| root.mainloop()
|
| and I should like to bring this window to the top of the screen (and
select
| it).
| How can I do this?
|
| Janos Blazi
|
|
|
|
| -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
| http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
| -----==  Over 80,000 Newsgroups - 16 Different Servers! =-----





More information about the Python-list mailing list