Create base and additional label and text entry widgets.
(self)
| 67 | self.insert_tags = insert_tags |
| 68 | |
| 69 | def create_entries(self): |
| 70 | "Create base and additional label and text entry widgets." |
| 71 | SearchDialogBase.create_entries(self) |
| 72 | self.replent = self.make_entry("Replace with:", self.replvar)[0] |
| 73 | |
| 74 | def create_command_buttons(self): |
| 75 | """Create base and additional command buttons. |
nothing calls this directly
no test coverage detected