Not sure how to change the icon of a simple dialog window. I try to use .bitmap but doesn't work. Need Help
How do I change the icon of a simple dialog in tkinter, Python
1.6k views Asked by GCIreland At
2
Not sure how to change the icon of a simple dialog window. I try to use .bitmap but doesn't work. Need Help
Just add the
default
keyword argument to theiconbitmap()
for the icon of the root, then all the child windows will inherit the icon.Result with
default
:Results without
default
: