Re: Fixed Width Font in Tkinter

2005-12-06 Thread Dustan
Never mind, I got it to work. -- http://mail.python.org/mailman/listinfo/python-list

Fixed Width Font in Tkinter

2005-12-06 Thread Dustan
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/pyth