[Tkinter-discuss] Change ttk.Notebook tab's font or font height?

python at bdurham.com python at bdurham.com
Wed Dec 15 20:52:52 CET 2010


Michael,

> The following example seems to do what you want, at least unless you change the theme in use
>
> f = tkFont.Font(family='helvetica', size=-12)
> s = ttk.Style()
> s.configure('.', font=f)

That is **exactly** what I was looking for.

Once again, thank you so much for your help.

Tkinter rocks! (who would have thought?!)

Danke sehr!!!

Malcolm


More information about the Tkinter-discuss mailing list