"Jacek Pop³awski" wrote: > How to set global font for all Tkinter widgets? here's one way to do it: from Tkinter import * root = Tk() root.option_add("*font", "Times 24") w = Label(root, text="hello") w.pack() w = Entry(root) w.pack() w = Listbox(root) w.insert(END, "hello", "world") w.pack() mainloop() Cheers /F
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4