Create base entry widgets and add widget for search path.
(self)
| 110 | self.globvar.set(os.path.join(dir, "*" + tail)) |
| 111 | |
| 112 | def create_entries(self): |
| 113 | "Create base entry widgets and add widget for search path." |
| 114 | SearchDialogBase.create_entries(self) |
| 115 | self.globent = self.make_entry("In files:", self.globvar)[0] |
| 116 | |
| 117 | def create_other_buttons(self): |
| 118 | "Add check button to recurse down subdirectories." |