removed outdated copyright notices (etc)
-#
-# Instant Python
-# $Id$
-#
# tk common colour chooser dialogue
#
# this module provides an interface to the native color dialogue
-#
-# Instant Python
-# $Id$
-#
# base class for tk common dialogues
#
# this module provides a base class for accessing the common
+# Tkinter font wrapper
#
-# Tkinter
-# $Id$
-#
-# font wrapper
-#
-# written by Fredrik Lundh <fredrik@pythonware.com>, February 1998
+# written by Fredrik Lundh, 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
-#
__version__ = "0.9"
-#
-# Instant Python
-# $Id$
-#
# tk common message boxes
#
# this module provides an interface to the native message boxes