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

Method OnText

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

Source from the content-addressed store, hash-verified

65 self.SetMinSize(size)
66
67 def OnText(self, event):
68 wx.PostEvent(self, TextTyped())
69 event.Skip()
70
71 def OnTextEnter(self, event):
72 wx.PostEvent(self, TextEnter())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected