| tkFont (version 0.9) | index /usr/lib/python1.6/lib-tk/tkFont.py |
# Tkinter
# $Id: tkFont.py,v 1.1 1998/08/11 19:07:58 guido Exp $
#
# font wrapper
#
# written by Fredrik Lundh <fredrik@pythonware.com>, February 1998
#
# FIXME: should add 'displayof' option where relevant (actual, families,
# measure, and metrics)
#
# Copyright (c) Secret Labs AB 1998.
#
# info@pythonware.com
# http://www.pythonware.com
#
| Modules | ||||||
| ||||||
| Classes | ||||||||||
| ||||||||||
| Functions | ||
| ||
| Data | ||
| BOLD = 'bold' ITALIC = 'italic' NORMAL = 'normal' __file__ = '/usr/lib/python1.6/lib-tk/tkFont.pyc' __name__ = 'tkFont' __version__ = '0.9' | ||