(self, _)
| 216 | self.after(10, self.message_loop_work) |
| 217 | |
| 218 | def on_configure(self, _): |
| 219 | if not self.browser: |
| 220 | self.embed_browser() |
| 221 | |
| 222 | def on_root_configure(self): |
| 223 | # Root <Configure> event will be called when top window is moved |
nothing calls this directly
no test coverage detected