Commit d489398d authored by Fredrik Lundh's avatar Fredrik Lundh

r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100

 removed outdated copyright notices (etc)
parent 0d89e351
#
# Instant Python
# $Id$
#
# tk common colour chooser dialogue # tk common colour chooser dialogue
# #
# this module provides an interface to the native color dialogue # this module provides an interface to the native color dialogue
......
#
# Instant Python
# $Id$
#
# base class for tk common dialogues # base class for tk common dialogues
# #
# this module provides a base class for accessing the common # this module provides a base class for accessing the common
......
# Tkinter font wrapper
# #
# Tkinter # written by Fredrik Lundh, February 1998
# $Id$
#
# font wrapper
#
# written by Fredrik Lundh <fredrik@pythonware.com>, February 1998
# #
# FIXME: should add 'displayof' option where relevant (actual, families, # FIXME: should add 'displayof' option where relevant (actual, families,
# measure, and metrics) # measure, and metrics)
# #
# Copyright (c) Secret Labs AB 1998.
#
# info@pythonware.com
# http://www.pythonware.com
#
__version__ = "0.9" __version__ = "0.9"
......
#
# Instant Python
# $Id$
#
# tk common message boxes # tk common message boxes
# #
# this module provides an interface to the native message boxes # this module provides an interface to the native message boxes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment