[Tkinter-discuss] Icon on title bar in macOSX

Kevin Walzer kw at codebykevin.com
Fri Jul 11 15:52:26 CEST 2008


Alexnb wrote:
> I know that in a normal windows python Tkinter app you would use:
> 
> root.wm_iconbitmap("/Icons for App/Windows.ico")
> 
> to make an icon in the title bar. However, when you do that in mac OSX you
> can't see it. I am not sure if it is because the x - and+ are on the left
> side, or because it just doesn't support MacOSX. Looking at other programs
> none of them have it either. I am just wondering is it possible to put an
> icon in the top title bar.
> 
No, OS X doesn't support this, as far as I know.

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com


More information about the Tkinter-discuss mailing list