Set the window title.
(self)
| 132 | node.expand() |
| 133 | |
| 134 | def settitle(self): |
| 135 | "Set the window title." |
| 136 | self.top.wm_title("Module Browser - " + os.path.basename(self.path)) |
| 137 | self.top.wm_iconname("Module Browser") |
| 138 | |
| 139 | def rootnode(self): |
| 140 | "Return a ModuleBrowserTreeItem as the root of the tree." |
no test coverage detected