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

Class FocusHandler

examples/wxpython.py:234–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233
234class FocusHandler(object):
235 def OnGotFocus(self, browser, **_):
236 # Temporary fix for focus issues on Linux (Issue #284).
237 if LINUX:
238 print("[wxpython.py] FocusHandler.OnGotFocus:"
239 " keyboard focus fix (Issue #284)")
240 browser.SetFocus(True)
241
242
243class CefApp(wx.App):

Callers 1

embed_browserMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected