Button to use in option dialog to let the user choose a color.
Options
-
variable The Tkinter StringVar instance which should be
keep up to date with the option value.
Methods
|
|
__init__
command
get
set
variable_trace
|
|
__init__
|
__init__ (
self,
parent=None,
**kw,
)
|
|
command
|
command ( self, *args )
Callback called when user clicks on button.
|
|
get
|
get ( self )
Return the color value.
|
|
set
|
set ( self, newVal )
Set the color value.
|
|
variable_trace
|
variable_trace ( self, *args )
Follow the variable changes as associated with user actions.
|
|