Table of Contents

Class: EditWeightsDialog ./GraphEditor.py

Provide a dialog for editing vertex and edge weigths

  • title the title in the dialog box - nrOfWeights how many weights are there - weights an array of initial values - intFlag an array denoting whether the corresponding entry is an integer (=1) or a float (=0) Hack: A negative value will disable editing - label an optional array of strings to use for weight names

Base Classes   
tkSimpleDialog.Dialog
Methods   
__init__
body
validate
  __init__ 
__init__ (
        self,
        master,
        title,
        nrOfWeights,
        weights,
        intFlag,
        label=None,
        )

  body 
body ( self,  master )

  validate 
validate ( self )


Table of Contents

This document was automatically generated on Fri Mar 15 11:15:02 2002 by HappyDoc version 2.0