tkColorChooser
 

# Instant Python
# $Id: tkColorChooser.py,v 1.4 1998/08/10 20:13:17 guido Exp $
#
# tk common colour chooser dialogue
#
# this module provides an interface to the native color dialogue
# available in Tk 4.2 and newer.
#
# written by Fredrik Lundh, May 1997
#
# fixed initialcolor handling in August 1998 #


 Classes
                                                                                                                                                                                                                               
tkCommonDialog.Dialog
Chooser


 class Chooser(tkCommonDialog.Dialog)
           Ask for a color
 
                                                                                                                                                                                                                     
_fixoptions(self)
no doc string
_fixresult(self, widget, result)
no doc string


 Functions
                                                                                                                                                                                                                               
askcolor(color=None, **options)
Ask for a color