Merge with 3.4: decolourize

This commit is contained in:
Terry Jan Reedy 2014-10-09 18:45:07 -04:00
commit e66dc2aecc
5 changed files with 25 additions and 23 deletions

View file

@ -1,4 +1,4 @@
# tk common colour chooser dialogue
# tk common color chooser dialogue
#
# this module provides an interface to the native color dialogue
# available in Tk 4.2 and newer.
@ -11,7 +11,7 @@
#
# options (all have default values):
#
# - initialcolor: colour to mark as selected when dialog is displayed
# - initialcolor: color to mark as selected when dialog is displayed
# (given as an RGB triplet or a Tk color string)
#
# - parent: which window to place the dialog on top of