MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / OnEditSetFocus

Method OnEditSetFocus

gui/builtinMarketBrowser/pfSearchBox.py:76–80  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

74
75 @staticmethod
76 def OnEditSetFocus(event):
77 # value = self.EditBox.GetValue()
78 # if value == self.descriptiveText:
79 # self.EditBox.ChangeValue("")
80 event.Skip()
81
82 def OnEditKillFocus(self, event):
83 if self.EditBox.GetValue() == "":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected