0
How to define place in grid for menu?
... root = Tk() mmenu = Menu(root) root.config(menu=mmenu) mmenu.grid(row=0, column=0) #not work ...
1 Antwort
... root = Tk() mmenu = Menu(root) root.config(menu=mmenu) mmenu.grid(row=0, column=0) #not work ...