Package nltk :: Package draw :: Module chart :: Class ChartResultsView
[hide private]
[frames] | no frames]

Class ChartResultsView

source code

object --+
         |
        ChartResultsView

Instance Methods [hide private]
 
__init__(self, parent, chart, grammar, toplevel=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
update(self, edge=None) source code
 
_add(self, parse) source code
 
_click(self, widget) source code
 
_color(self, treewidget, color) source code
 
print_all(self, *e) source code
 
print_selection(self, *e) source code
 
clear(self) source code
 
set_chart(self, chart) source code
 
set_grammar(self, grammar) source code
 
destroy(self, *e) source code
 
pack(self, *args, **kwargs) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent, chart, grammar, toplevel=True)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)