Re: [Tkinter-discuss] Changing title bar color in Tkinter

2006-08-03 Thread Jeff Epler
No. It is not Tkinter that draws the title bar of the window, but the window manager. You can cause the window manager not to draw any decorations on the window by setting the wm_override() but this also means you lose the ability to move and resize the window in the normal way. Usually this i

Re: [Tkinter-discuss] Changing title bar color in Tkinter

2006-08-03 Thread Metz, Bobby W, WWCS
2006 1:34 AM To: tkinter-discuss@python.org Subject: [Tkinter-discuss] Changing title bar color in Tkinter Hey, Does anyone know if it's possible to change the bluish color of a Tkinter window title bar to some other color (especially on linux)? Thanks, Ernest -- View this mess

[Tkinter-discuss] Changing title bar color in Tkinter

2006-08-03 Thread Mezesh
Hey, Does anyone know if it's possible to change the bluish color of a Tkinter window title bar to some other color (especially on linux)? Thanks, Ernest -- View this message in context: http://www.nabble.com/Changing-title-bar-color-in-Tkinter-tf2044364.html#a5628747 Sent from the Python - tki