Previous Next blank.gif blank.gif

Class InputTable - InputTable(entries, [keyword=value]...)


SYNOPSIS

import Formtools
class InputTable
  def __init__(self, entries=None, **kw)
  string __module__ = 'Formtools'
  def __str__(self)
  def append(self, *items)

DESCRIPTION

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.

SEE ALSO

Formtools


Previous Next blank.gif blank.gif
Buzz.gif

Copyright © 1996-9 Robin Friedrich
All Rights Reserved
Comments to author: friedrich@pythonpros.com
Generated: Tue Apr 20, 1999