MCPcopy Create free account
hub / github.com/cztomczak/cefpython / on_configure

Method on_configure

examples/tkinter_.py:218–220  ·  view source on GitHub ↗
(self, _)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

embed_browserMethod · 0.95

Tested by

no test coverage detected