import Formtools
class InputTable def __init__(self, entries=None, **kw) string __module__ = 'Formtools' def __str__(self) def append(self, *items)
Entries is a list of 2 or 3-element tuples (name, input_object, note) where name will label the input object on the left column, the input_object can be anything, and the note is a string to provide optional notations to the right of the input widgets.
Copyright © 1996-9 Robin Friedrich
All Rights Reserved
Comments to author: friedrich@pythonpros.com
Generated: Tue Apr 20, 1999