| Home | Trees | Index | Help |
|
|---|
| Package nltk_lite :: Package draw :: Module tree :: Class TreeView |
|
object --+
|
TreeView
| Method Summary | |
|---|---|
__init__(self,
*trees)
| |
destroy(self,
*e)
| |
Enter the Tkinter mainloop. | |
resize(self,
*e)
| |
_init_menubar(self)
| |
_layout(self)
| |
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. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Sep 5 09:37:21 2006 | http://epydoc.sf.net |