Make sure the window title is visible in tkinter

Wildman best_lay at yahoo.com
Wed Jun 26 13:16:55 EDT 2019


On Wed, 26 Jun 2019 15:05:15 +0200, Cecil Westerhof wrote:

>> OK, then I will have to live with it.

I did find some references to a method where you first disable
the Tkinter title bar using overrideredirect(True).  Then you
create a new title bar using a frame and canvas.  You can then
set the font/size for the canvas.

I think you could do it with a label but if you want an icon
and close (X) button, that could be a problem.  IFAIK you can
have only one image on a label.

-- 
<Wildman> GNU/Linux user #557453
"I am Lrrr! Ruler of the planet Omicron Persei 8!
Can I crash on your couch?"
  -Lrrr



More information about the Python-list mailing list