Table of Contents

Class: OptionFontButton PmwContribD-r2_0_1/OptionFontButton.py

Button which controls a font chooser dialog.

This button type is intended to be used in preferencess dialog to bring up an interface for editing a font specification. The PrefsDialog and TagAttributeChooserDialog use this.

Options

command

Callback to be executed when value changes.

variable

Tkinter StringVar instance to be kept up to date based on the value of the font specification.

Base Classes   
Pmw.LabeledWidget
Methods   
__init__
command
variable_trace
  __init__ 
__init__ (
        self,
        parent=None,
        **kw,
        )

  command 
command ( self,  *args )

Callback for when button is pressed.

  variable_trace 
variable_trace ( self,  *args )

Follow the changes to the variable.


Table of Contents

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