Table of Contents

Class: OptionColorButton PmwContribD-r2_0_1/OptionColorButton.py

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.

Base Classes   
Pmw.LabeledWidget
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.


Table of Contents

This document was automatically generated on Mon Sep 17 17:47:46 2001 by HappyDoc version r2_0