Dismiss the window and the tree nodes.
(self, event=None)
| 96 | self.init() |
| 97 | |
| 98 | def close(self, event=None): |
| 99 | "Dismiss the window and the tree nodes." |
| 100 | self.top.destroy() |
| 101 | self.node.destroy() |
| 102 | |
| 103 | def init(self): |
| 104 | "Create browser tkinter widgets, including the tree." |