How do I make a fixed font width in Tkinter? Here's my code (there's
more, of course, but this is the focus of the question):

import tkFont
Font=tkFont.Font(root=master, family="Courier", size=14)

I'm sure it's possible, because it's done in IDLE.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to