| Method Summary |
| |
__init__(self,
grammar,
sent,
trace)
|
| |
about(self,
*e)
|
| |
autostep(self,
*e)
|
| |
backtrack(self,
*e)
|
| |
cancel_autostep(self,
*e)
|
| |
destroy(self,
*e)
|
| |
edit_grammar(self,
*e)
|
| |
edit_sentence(self,
*e)
|
| |
expand(self,
*e)
|
| |
help(self,
*e)
|
| |
mainloop(self,
*args,
**kwargs)
Enter the Tkinter mainloop. |
| |
match(self,
*e)
|
| |
postscript(self,
*e)
|
| |
reset(self,
*e)
|
| |
resize(self,
size)
|
| |
set_grammar(self,
grammar)
|
| |
set_sentence(self,
sentence)
|
| |
step(self,
*e)
|
| |
_animate_backtrack(self,
treeloc)
|
| |
_animate_backtrack_frame(self,
widgets,
colors)
|
| |
_animate_expand(self,
treeloc)
|
| |
_animate_expand_frame(self,
widget,
colors)
|
| |
_animate_match(self,
treeloc)
|
| |
_animate_match_backtrack(self,
treeloc)
|
| |
_animate_match_backtrack_frame(self,
frame,
widget,
dy)
|
| |
_animate_match_frame(self,
frame,
widget,
dy)
|
| |
_backtrack(self,
*e)
|
| |
_configure(self,
event)
|
| |
_expand(self,
*e)
|
| |
_get(self,
widget,
treeloc)
|
| |
_highlight_nodes(self)
|
| |
_highlight_prodlist(self)
|
| |
_init_bindings(self)
|
| |
_init_buttons(self,
parent)
|
| |
_init_canvas(self,
parent)
|
| |
_init_feedback(self,
parent)
|
| |
_init_fonts(self,
root)
|
| |
_init_grammar(self,
parent)
|
| |
_init_menubar(self,
parent)
|
| |
_makeroom(self,
treeseg)
Make sure that no sibling tree bbox's overlap. |
| |
_match(self,
*e)
|
| |
_position_text(self)
|
| |
_prodlist_select(self,
event)
|
| |
_redraw(self)
|
| |
_redraw_quick(self)
|
| |
_step(self)
|
| |
_toggle_grammar(self,
*e)
|
| |
_tree_leaves(self,
tree)
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|