tkinter.colorchooser
index
/usr/lib/python3.4/tkinter/colorchooser.py
Module Reference

# 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
       
tkinter.commondialog.Dialog(builtins.object)
Chooser

 
class Chooser(tkinter.commondialog.Dialog)
    Ask for a color
 
 
Method resolution order:
Chooser
tkinter.commondialog.Dialog
builtins.object

Data and other attributes defined here:
command = 'tk_chooseColor'

Methods inherited from tkinter.commondialog.Dialog:
__init__(self, master=None, **options)
show(self, **options)

Data descriptors inherited from tkinter.commondialog.Dialog:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

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