Package nltk_lite :: Package draw :: Module tree :: Class TreeView
[show private | hide private]
[frames | no frames]

Type TreeView

object --+
         |
        TreeView


Method Summary
  __init__(self, *trees)
  destroy(self, *e)
  mainloop(self, *args, **kwargs)
Enter the Tkinter mainloop.
  resize(self, *e)
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Method Details

mainloop(self, *args, **kwargs)

Enter the Tkinter mainloop. This function must be called if this demo is created from a non-interactive program (e.g. from a secript); otherwise, the demo will close as soon as the script completes.

Generated by Epydoc 2.1 on Tue Sep 5 09:37:21 2006 http://epydoc.sf.net