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 _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss