D
D
DanyGrishaev2016-03-07 21:34:49
Python
DanyGrishaev, 2016-03-07 21:34:49

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 question

Ask a Question

731 491 924 answers to any question