tkinter.iconbitmap Questions
14
Solved
When I tried to change the window icon in the top left corner from the ugly red "TK" to my own favicon using the code below, Python threw an error:
from tkinter import *
root = Tk()
#some buttons...
Straightforward asked 30/8, 2013 at 16:51
1
© 2022 - 2024 — McMap. All rights reserved.