Answer the question
In order to leave comments, you need to log in
How to make an icon in the title bar in tkinter?
def __init__(self):
____tkinter.Tk.__init__(self)
____menu = tkinter.Menu(self)
____self.configure(width=100, height=100, bg="#e0f2f1", menu=menu)
____self.iconbitmap(" appicon.png")
____self.lay_location()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question