MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / OnEditKillFocus

Method OnEditKillFocus

gui/builtinMarketBrowser/pfSearchBox.py:82–85  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

80 event.Skip()
81
82 def OnEditKillFocus(self, event):
83 if self.EditBox.GetValue() == "":
84 self.Clear()
85 event.Skip()
86
87 def OnKeyPress(self, event):
88 if event.RawControlDown() and event.GetKeyCode() == wx.WXK_BACK:

Callers

nothing calls this directly

Calls 2

ClearMethod · 0.95
GetValueMethod · 0.45

Tested by

no test coverage detected