how to change the text in the title bar of the Tkinter windows

Eric Brunel eric_brunel at despammed.com
Mon Aug 16 03:57:56 EDT 2004


Ali wrote:
> When I open a window using the Tkinter GUI thing the title bar always
> says "Tk". I would like to know how to change this. I would also like
> to know how to cjange it on any other popup windows I may have. Please
> help.

Just use the 'title' method on your windows. See paragraph 45 in 
http://www.pythonware.com/library/tkinter/introduction/index.htm

HTH
-- 
- Eric Brunel <eric (underscore) brunel (at) despammed (dot) com> -
PragmaDev : Real Time Software Development Tools - http://www.pragmadev.com




More information about the Python-list mailing list