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
On Windows it's controlled by your desktop theme/settings, i.e. just
every other windows program. I don't know about Linux as I don't use
tkinter there.
B
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mezesh
Sent: Thursday, August 03, 2006 1:34 AM
To: tki
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